GUI: mark modified when swapping channels

This commit is contained in:
tildearrow 2023-07-30 14:43:25 -05:00
parent e9af48cf8b
commit 9420bbe058

View file

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