add showtooltip locallab in preferences
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user