mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +00:00
Invalidate overview graph cache when changing color. (#1502)
Fixes #1496.
This commit is contained in:
parent
82bf2b011f
commit
13d7de8fae
@ -146,6 +146,7 @@ void OverviewView::colorsUpdatedSlot()
|
|||||||
disassemblyBackgroundColor = ConfigColor("gui.overview.node");
|
disassemblyBackgroundColor = ConfigColor("gui.overview.node");
|
||||||
graphNodeColor = ConfigColor("gui.border");
|
graphNodeColor = ConfigColor("gui.border");
|
||||||
backgroundColor = ConfigColor("gui.background");
|
backgroundColor = ConfigColor("gui.background");
|
||||||
|
setCacheDirty();
|
||||||
refreshView();
|
refreshView();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user