GUI: add colors base setting
pave the way for.light themes
This commit is contained in:
parent
64146bed5e
commit
e0cda2a77f
3 changed files with 16 additions and 1 deletions
|
|
@ -493,6 +493,7 @@ class FurnaceGUI {
|
|||
int statusDisplay;
|
||||
float dpiScale;
|
||||
int viewPrevPattern;
|
||||
int guiColorsBase;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -533,6 +534,7 @@ class FurnaceGUI {
|
|||
statusDisplay(0),
|
||||
dpiScale(0.0f),
|
||||
viewPrevPattern(1),
|
||||
guiColorsBase(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue