Fix a bug where overlay widgets from another container widget
would not be correctly transferred into the container widget that it's dragged into.
This commit is contained in:
@@ -1028,8 +1028,6 @@ void CDockAreaWidget::onAutoHideToggleRequested(CDockWidget* DockWidget, bool En
|
||||
{
|
||||
if (Enable)
|
||||
{
|
||||
dockContainer()->sideTabBar(area)->insertSideTab(0, DockWidget->sideTabWidget());
|
||||
DockWidget->sideTabWidget()->show();
|
||||
dockContainer()->createAndInitializeDockWidgetOverlayContainer(area, DockWidget);
|
||||
toggleView(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user