diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index 6a4f878e..13962d3a 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1378,6 +1378,7 @@ bool OBSApp::OBSInit() ProfileScope("OBSApp::OBSInit"); setAttribute(Qt::AA_UseHighDpiPixmaps); + setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); qRegisterMetaType();