diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index cb99ff4c60..6e9d614f7c 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