Invalidate overview graph cache when changing color. (#1502)

Fixes #1496.
This commit is contained in:
karliss 2019-05-06 11:30:49 +03:00 committed by xarkes
parent 82bf2b011f
commit 13d7de8fae

View File

@ -146,6 +146,7 @@ void OverviewView::colorsUpdatedSlot()
disassemblyBackgroundColor = ConfigColor("gui.overview.node");
graphNodeColor = ConfigColor("gui.border");
backgroundColor = ConfigColor("gui.background");
setCacheDirty();
refreshView();
}