mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +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:
parent
80f92e5697
commit
e63d1b1683
@ -134,6 +134,7 @@ void DockWidgetPrivate::showDockWidget()
|
||||
{
|
||||
CFloatingDockContainer* FloatingWidget = new CFloatingDockContainer(_this);
|
||||
FloatingWidget->resize(_this->size());
|
||||
TabWidget->show();
|
||||
FloatingWidget->show();
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user