GUI: work around layout import crash?

not very well tested... may mess up layout

issue #1629
This commit is contained in:
tildearrow 2024-01-27 13:27:16 -05:00
parent be35b50ec8
commit 68ee5167ee
2 changed files with 60 additions and 9 deletions

View file

@ -1978,6 +1978,8 @@ class FurnaceGUI {
unsigned char* pendingLayoutImport;
size_t pendingLayoutImportLen;
int pendingLayoutImportStep;
FixedQueue<bool*,64> pendingLayoutImportReopen;
int curIns, curWave, curSample, curOctave, curOrder, playOrder, prevIns, oldRow, editStep, exportLoops, soloChan, orderEditMode, orderCursor;
int loopOrder, loopRow, loopEnd, isClipping, newSongCategory, latchTarget;