Skip to content

Commit c0985f6

Browse files
authored
Fix empty floating widget on linux (#563)
1 parent 2f1ef61 commit c0985f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FloatingDockContainer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,6 @@ CFloatingDockContainer::CFloatingDockContainer(CDockManager *DockManager) :
662662

663663
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
664664
QDockWidget::setWidget(d->DockContainer);
665-
QDockWidget::setFloating(true);
666665
QDockWidget::setFeatures(QDockWidget::DockWidgetClosable
667666
| QDockWidget::DockWidgetMovable | QDockWidget::DockWidgetFloatable);
668667

0 commit comments

Comments
 (0)