diff options
Diffstat (limited to 'commands/command_edit.cpp')
-rw-r--r-- | commands/command_edit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/command_edit.cpp b/commands/command_edit.cpp index 80a7ac986..1a9684e1f 100644 --- a/commands/command_edit.cpp +++ b/commands/command_edit.cpp @@ -688,7 +688,6 @@ void EditTagsBase::undo() #else emit diveListNotifier.divesChanged(QVector<dive *>::fromStdVector(dives), id); #endif - setSelection(selectedDives, current); } |