mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +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");
|
||||
graphNodeColor = ConfigColor("gui.border");
|
||||
backgroundColor = ConfigColor("gui.background");
|
||||
setCacheDirty();
|
||||
refreshView();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user