mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1382,5 +1382,5 @@ void MainWindow::on_paste_triggered()
|
|||
|
||||
void MainWindow::on_actionFilterTags_triggered()
|
||||
{
|
||||
ui.tagFilter->show();
|
||||
ui.tagFilter->setVisible(!ui.tagFilter->isVisible());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue