diff options
Diffstat (limited to 'desktop-widgets/command_edit.cpp')
-rw-r--r-- | desktop-widgets/command_edit.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop-widgets/command_edit.cpp b/desktop-widgets/command_edit.cpp index 7ff714e8f..31d34a89b 100644 --- a/desktop-widgets/command_edit.cpp +++ b/desktop-widgets/command_edit.cpp @@ -92,8 +92,6 @@ void EditBase<T>::undo() if (setSelection(selectedDives, current)) emit diveListNotifier.selectionChanged(); // If the selection changed -> tell the frontend - - mark_divelist_changed(true); } // We have to manually instantiate the constructors of the EditBase class, @@ -509,8 +507,6 @@ void EditTagsBase::undo() if (setSelection(selectedDives, current)) emit diveListNotifier.selectionChanged(); // If the selection changed -> tell the frontend - - mark_divelist_changed(true); } // Undo and redo do the same as just the stored value is exchanged |