GUI: mark modified when swapping channels

This commit is contained in:
tildearrow 2023-07-30 14:43:25 -05:00
parent e9af48cf8b
commit 9420bbe058
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ void FurnaceGUI::drawChannels() {
if (dragItem->IsDataType("FUR_CHAN")) {
if (chanToMove!=i && chanToMove>=0) {
e->swapChannelsP(chanToMove,i);
MARK_MODIFIED;
}
chanToMove=-1;
}