Improves Locallab tools advice tooltips management

Other:
- GUI widgets cleanup
This commit is contained in:
Pandagrapher
2020-05-08 12:34:10 +02:00
parent aa41870346
commit bb95dd7a1b
14 changed files with 448 additions and 802 deletions

View File

@@ -1976,19 +1976,6 @@ void FileCatalog::updateFBQueryTB (bool singleRow)
hbToolBar1->unreference();
}
void FileCatalog::updateShowtooltipVisibility (bool showtooltip)
{
if (showtooltip) {
showToolBar();
} else {
hideToolBar();
}
refreshHeight();
}
void FileCatalog::updateFBToolBarVisibility (bool showFilmStripToolBar)
{
if (showFilmStripToolBar) {