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

@@ -1078,6 +1078,11 @@ void RTWindow::updateFBToolBarVisibility (bool showFilmStripToolBar)
fpanel->fileCatalog->updateFBToolBarVisibility (showFilmStripToolBar);
}
void RTWindow::updateShowtooltipVisibility (bool showtooltip)
{
fpanel->fileCatalog->updateShowtooltipVisibility (showtooltip);
}
void RTWindow::updateHistogramPosition (int oldPosition, int newPosition)
{
if (epanel) {