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