Make possible to hide the tag filter.

It was impossible to remove the tag filter after opening it.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-10-31 14:05:52 -02:00 committed by Dirk Hohndel
parent d50e2d3356
commit 1876bec08b

View file

@ -1382,5 +1382,5 @@ void MainWindow::on_paste_triggered()
void MainWindow::on_actionFilterTags_triggered()
{
ui.tagFilter->show();
ui.tagFilter->setVisible(!ui.tagFilter->isVisible());
}