diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 13:45:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 13:46:19 -0800 |
commit | 2cd31a30f26480553dcbd403f5ba51a345e0939d (patch) | |
tree | 9f1a03840165271da2674a4412281d64db038412 /qt-ui/filtermodels.h | |
parent | ac9ead4571f3c1546c0cd88a39088f91b01929b3 (diff) | |
download | subsurface-2cd31a30f26480553dcbd403f5ba51a345e0939d.tar.gz |
When closing the filter window also clear the filter
The tooltip already pretended that that's what it did...
Also make the tooltip wording consistent.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/filtermodels.h')
-rw-r--r-- | qt-ui/filtermodels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/filtermodels.h b/qt-ui/filtermodels.h index 7e75a8b13..b8439bb81 100644 --- a/qt-ui/filtermodels.h +++ b/qt-ui/filtermodels.h @@ -104,4 +104,4 @@ private: bool justCleared; }; -#endif
\ No newline at end of file +#endif |