summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-17 17:16:11 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-07 18:47:34 -0800
commit7d9e907681cd48d7fa013e05d4b90160ee593426 (patch)
tree9e8770d9b22a1640cc8ce48a1dc008d14a66cbca /commands
parent45d37fd51b06680e8b2e75973217e8663597ede3 (diff)
downloadsubsurface-7d9e907681cd48d7fa013e05d4b90160ee593426.tar.gz
debug: try to capture changes that don't invalidate git cache
At least in those cases where we are sending a divesChanged signal we can easily check if the cache was properly invalidated. Of course this won't help in cases where we don't notify the dive list about changes, either. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'commands')
-rw-r--r--commands/command_edit.cpp1
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);
}