comment
This commit is contained in:
@@ -2607,6 +2607,9 @@ void ScreenEdit::HandleMainMenuChoice( MainMenuChoice c, const vector<int> &iAns
|
|||||||
if( !w.WriteEditFileToMachine(pSong, pSteps) )
|
if( !w.WriteEditFileToMachine(pSong, pSteps) )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// HACK: clear undo, so "exit" below knows we don't need to save.
|
||||||
|
// This only works because important non-steps data can't be changed in
|
||||||
|
// home mode (BPMs, stops).
|
||||||
ClearUndo();
|
ClearUndo();
|
||||||
|
|
||||||
SCREENMAN->ZeroNextUpdate();
|
SCREENMAN->ZeroNextUpdate();
|
||||||
|
|||||||
Reference in New Issue
Block a user