We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2db7ca commit 0fe4e7fCopy full SHA for 0fe4e7f
1 file changed
src/DockAreaTitleBar.cpp
@@ -984,9 +984,7 @@ QString CDockAreaTitleBar::titleBarButtonToolTip(TitleBarButton Button) const
984
//============================================================================
985
void CDockAreaTitleBar::showAutoHideControls(bool Show)
986
{
987
- if (Show)
988
- d->TabBar->setVisible(false); // Auto hide toolbar never has tabs
989
-
+ d->TabBar->setVisible(!Show); // Auto hide toolbar never has tabs
990
d->MinimizeButton->setVisible(Show);
991
if (!CDockManager::testConfigFlag(CDockManager::TabsAtBottom))
992
d->AutoHideTitleLabel->setVisible(Show);
0 commit comments