mark as modified when collapsing/expanding song
This commit is contained in:
parent
1d3318c214
commit
67009ed548
1 changed files with 6 additions and 0 deletions
|
|
@ -1722,6 +1722,9 @@ void FurnaceGUI::doCollapseSong(int divider) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
MARK_MODIFIED;
|
||||
|
||||
// magic
|
||||
unsigned char* subSongInfoCopy=new unsigned char[1024];
|
||||
memcpy(subSongInfoCopy,e->curSubSong,1024);
|
||||
|
|
@ -1802,6 +1805,9 @@ void FurnaceGUI::doExpandSong(int multiplier) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
MARK_MODIFIED;
|
||||
|
||||
// magic
|
||||
unsigned char* subSongInfoCopy=new unsigned char[1024];
|
||||
memcpy(subSongInfoCopy,e->curSubSong,1024);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue