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:
parent
d50e2d3356
commit
1876bec08b
@ -1382,5 +1382,5 @@ void MainWindow::on_paste_triggered()
|
||||
|
||||
void MainWindow::on_actionFilterTags_triggered()
|
||||
{
|
||||
ui.tagFilter->show();
|
||||
ui.tagFilter->setVisible(!ui.tagFilter->isVisible());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user