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 f10294f commit edc9bceCopy full SHA for edc9bce
src/FloatingDockContainer.cpp
@@ -707,6 +707,9 @@ CFloatingDockContainer::CFloatingDockContainer(CDockManager *DockManager) :
707
{
708
setTitleBarWidget(new QWidget());
709
setWindowFlags(Qt::Window | Qt::WindowMaximizeButtonHint | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint);
710
+ // Force the new window to be native so OpenGL widgets are well handled
711
+ // Unfortunatly setAttribute(Qt::WA_NativeWindow) provokes weird behavior
712
+ winId();
713
}
714
else
715
0 commit comments