Paste P637

Masterwork From Distant Lands
ActivePublic

Authored by davidedmundson on Sep 16 2020, 2:09 PM.
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<VoidFunc>();
davidedmundson edited the content of this paste. (Show Details)Sep 16 2020, 2:09 PM
davidedmundson changed the title of this paste from untitled to Masterwork From Distant Lands.