GUI: add very useful setting
push entire channel when inserting
This commit is contained in:
parent
2fe315e5d7
commit
02f6a0f217
3 changed files with 24 additions and 6 deletions
|
|
@ -1496,6 +1496,7 @@ class FurnaceGUI {
|
|||
int compress;
|
||||
int newPatternFormat;
|
||||
int renderClearPos;
|
||||
int insertBehavior;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -1645,6 +1646,7 @@ class FurnaceGUI {
|
|||
compress(1),
|
||||
newPatternFormat(1),
|
||||
renderClearPos(0),
|
||||
insertBehavior(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue