Skip to content

Commit e63d1b1

Browse files
Fixed a bug that caused invisible TabWidget for dock widgets that are not part of a restored state
1 parent 80f92e5 commit e63d1b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DockWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ void DockWidgetPrivate::showDockWidget()
134134
{
135135
CFloatingDockContainer* FloatingWidget = new CFloatingDockContainer(_this);
136136
FloatingWidget->resize(_this->size());
137+
TabWidget->show();
137138
FloatingWidget->show();
138139
}
139140
else

0 commit comments

Comments
 (0)