GUI: add frame shading setting
This commit is contained in:
parent
8dde6a604e
commit
3932a82d14
5 changed files with 30 additions and 1 deletions
|
|
@ -897,6 +897,7 @@ class FurnaceGUI {
|
|||
float dpiScale;
|
||||
int viewPrevPattern;
|
||||
int guiColorsBase;
|
||||
int guiColorsShading;
|
||||
int avoidRaisingPattern;
|
||||
int insFocusesPattern;
|
||||
int stepOnInsert;
|
||||
|
|
@ -990,6 +991,7 @@ class FurnaceGUI {
|
|||
dpiScale(0.0f),
|
||||
viewPrevPattern(1),
|
||||
guiColorsBase(0),
|
||||
guiColorsShading(0),
|
||||
avoidRaisingPattern(0),
|
||||
insFocusesPattern(1),
|
||||
stepOnInsert(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue