diff options
-rw-r--r-- | qt-models/filtermodels.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/filtermodels.cpp b/qt-models/filtermodels.cpp index 793b707ec..925931480 100644 --- a/qt-models/filtermodels.cpp +++ b/qt-models/filtermodels.cpp @@ -441,6 +441,7 @@ void MultiFilterSortModel::myInvalidate() divesDisplayed = 0; invalidateFilter(); + MainWindow::instance()->dive_list()->fixMessyQtModelBehaviour(); // first make sure the trips are no longer shown as selected // (but without updating the selection state of the dives... this just cleans |