Use correct highlight color in graph

This commit is contained in:
Florian Märkl 2017-12-02 16:22:05 +01:00
parent c89ec30da4
commit dfc80a3b9b

View File

@ -1695,7 +1695,7 @@ void DisassemblerGraphView::colorsUpdatedSlot()
mDisabledBreakpointColor = disassemblyBackgroundColor; mDisabledBreakpointColor = disassemblyBackgroundColor;
graphNodeColor = ConfigColor("gui.border"); graphNodeColor = ConfigColor("gui.border");
backgroundColor = ConfigColor("gui.background"); backgroundColor = ConfigColor("gui.background");
disassemblySelectionColor = ConfigColor("gui.highlight"); disassemblySelectionColor = ConfigColor("highlight");
jmpColor = ConfigColor("graph.trufae"); jmpColor = ConfigColor("graph.trufae");
brtrueColor = ConfigColor("graph.true"); brtrueColor = ConfigColor("graph.true");