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 cb62cd7 commit 772a371Copy full SHA for 772a371
src/DockManager.cpp
@@ -507,6 +507,10 @@ CDockManager::CDockManager(QWidget *parent) :
507
CDockContainerWidget(this, parent),
508
d(new DockManagerPrivate(this))
509
{
510
+ // Force the Dock Manager to be native in order to fix wrong position of overlay
511
+ // the first time a dock container is dragged
512
+ winId();
513
+
514
createRootSplitter();
515
createSideTabBarWidgets();
516
QMainWindow* MainWindow = qobject_cast<QMainWindow*>(parent);
0 commit comments