From 1b3a3c457d61a7c23a73a62cd03e00ffdb37fb50 Mon Sep 17 00:00:00 2001 From: yohannd1 Date: Wed, 25 Dec 2024 12:59:13 -0300 Subject: [PATCH] instrument drag&drop: fix marking as modified --- src/gui/dataList.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index cb99ff4c6..6e9d614f7 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -91,6 +91,7 @@ const char* sampleNote[12]={ while (_toMoveVar>target) { \ if (_moveUpFn(_toMoveVar)) { \ _toMoveVar--; \ + markModified=true; \ } else { \ break; \ } \ @@ -98,6 +99,7 @@ const char* sampleNote[12]={ while (_toMoveVar