Merge branch 'dev' of github.com:Beep6581/RawTherapee into dev
This commit is contained in:
@@ -2522,7 +2522,7 @@ bool FileCatalog::handleShortcutKey (GdkEventKey* event)
|
||||
|
||||
void FileCatalog::showToolBar()
|
||||
{
|
||||
if (!options.FileBrowserToolbarSingleRow) {
|
||||
if (hbToolBar1STB) {
|
||||
hbToolBar1STB->show();
|
||||
}
|
||||
|
||||
@@ -2531,7 +2531,7 @@ void FileCatalog::showToolBar()
|
||||
|
||||
void FileCatalog::hideToolBar()
|
||||
{
|
||||
if (!options.FileBrowserToolbarSingleRow) {
|
||||
if (hbToolBar1STB) {
|
||||
hbToolBar1STB->hide();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user