add showtooltip locallab in preferences

This commit is contained in:
Desmis
2019-04-09 14:56:12 +02:00
parent 7fe81f0073
commit 99f3c14955
8 changed files with 42 additions and 6 deletions

View File

@@ -1977,6 +1977,19 @@ 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) {