mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
ac9ead4571
commit
2cd31a30f2
3 changed files with 12 additions and 3 deletions
|
@ -132,6 +132,9 @@ private:
|
|||
|
||||
class MultiFilter : public QScrollArea {
|
||||
Q_OBJECT
|
||||
public
|
||||
slots:
|
||||
void closeFilter();
|
||||
public:
|
||||
MultiFilter(QWidget *parent);
|
||||
QWidget *expandedWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue