1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Fixed a bug that caused invisible TabWidget for dock widgets that are not part of a restored state

This commit is contained in:
Uwe Kindler 2020-06-10 16:07:42 +02:00
parent 80f92e5697
commit e63d1b1683

View File

@ -134,6 +134,7 @@ void DockWidgetPrivate::showDockWidget()
{
CFloatingDockContainer* FloatingWidget = new CFloatingDockContainer(_this);
FloatingWidget->resize(_this->size());
TabWidget->show();
FloatingWidget->show();
}
else