This commit is contained in:
Glenn Maynard
2005-12-29 03:33:00 +00:00
parent 242e8b65fd
commit e0c221396d
+3
View File
@@ -2607,6 +2607,9 @@ void ScreenEdit::HandleMainMenuChoice( MainMenuChoice c, const vector<int> &iAns
if( !w.WriteEditFileToMachine(pSong, pSteps) )
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();
SCREENMAN->ZeroNextUpdate();