Skip to content

Commit 50c529b

Browse files
author
Krzysztof Machura
committed
Update floating widget titlebar visibility after adding new tab
1 parent 664a167 commit 50c529b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DockContainerWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,7 @@ CDockAreaWidget* DockContainerWidgetPrivate::dockWidgetIntoDockArea(DockWidgetAr
916916
if (CenterDockWidgetArea == area)
917917
{
918918
TargetDockArea->addDockWidget(Dockwidget);
919+
TargetDockArea->updateTitleBarVisibility();
919920
return TargetDockArea;
920921
}
921922

0 commit comments

Comments
 (0)