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