From 1876bec08bd8cce51bc18872bc8134bdd12500f7 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 31 Oct 2014 14:05:52 -0200 Subject: Make possible to hide the tag filter. It was impossible to remove the tag filter after opening it. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 586be85f0..f5794b6d7 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -1382,5 +1382,5 @@ void MainWindow::on_paste_triggered() void MainWindow::on_actionFilterTags_triggered() { - ui.tagFilter->show(); + ui.tagFilter->setVisible(!ui.tagFilter->isVisible()); } -- cgit v1.2.3-70-g09d2