GUI: only use edit color when pat view is focused
This commit is contained in:
parent
44f1134875
commit
71cef797c6
3 changed files with 5 additions and 3 deletions
|
|
@ -966,7 +966,7 @@ class FurnaceGUI {
|
|||
SelectionPoint selStart, selEnd, cursor;
|
||||
bool selecting, curNibble, orderNibble, followOrders, followPattern, changeAllOrders;
|
||||
bool collapseWindow, demandScrollX, fancyPattern, wantPatName, firstFrame, tempoView, waveHex, lockLayout, editOptsVisible, latchNibble, nonLatchNibble;
|
||||
FurnaceGUIWindows curWindow, nextWindow;
|
||||
FurnaceGUIWindows curWindow, nextWindow, curWindowLast;
|
||||
float peak[2];
|
||||
float patChanX[DIV_MAX_CHANS+1];
|
||||
float patChanSlideY[DIV_MAX_CHANS+1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue