We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498adcc commit 79374e2Copy full SHA for 79374e2
1 file changed
framework/dockwindow_v2/internal/dockbase.cpp
@@ -712,6 +712,10 @@ void DockBase::applySizeConstraints()
712
713
KDDockWidgets::Core::Group* group = groupForDockWidget(m_dockWidget);
714
715
+ if (m_floating && group && group->isInMainWindow()) {
716
+ return;
717
+ }
718
+
719
if (group) {
720
group->view()->setMinimumSize(minimumSize);
721
group->view()->setMaximumSize(maximumSize);
0 commit comments