GUI: fix several file dialog bugs

damn it
This commit is contained in:
tildearrow 2022-02-01 02:52:36 -05:00
parent de931c1d2f
commit ba08d3515f
5 changed files with 70 additions and 29 deletions

View file

@ -210,6 +210,7 @@ class FurnaceGUI {
int allowEditDocking;
int chipNames;
int overflowHighlight;
int partyTime;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -236,6 +237,7 @@ class FurnaceGUI {
allowEditDocking(0),
chipNames(0),
overflowHighlight(0),
partyTime(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath("") {}