GUI: work around layout import crash?
not very well tested... may mess up layout issue #1629
This commit is contained in:
parent
be35b50ec8
commit
68ee5167ee
2 changed files with 60 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue