diff --git a/src/DockManager.cpp b/src/DockManager.cpp index f31e675..480dd68 100644 --- a/src/DockManager.cpp +++ b/src/DockManager.cpp @@ -507,6 +507,10 @@ CDockManager::CDockManager(QWidget *parent) : CDockContainerWidget(this, parent), d(new DockManagerPrivate(this)) { + // Force the Dock Manager to be native in order to fix wrong position of overlay + // the first time a dock container is dragged + winId(); + createRootSplitter(); createSideTabBarWidgets(); QMainWindow* MainWindow = qobject_cast(parent);