summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/bootmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index 1437dec88..d2103e86f 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -223,6 +223,7 @@ class RenderWidget : public QWidget {
223public: 223public:
224 explicit RenderWidget(GRenderWindow* parent) : QWidget(parent), render_window(parent) { 224 explicit RenderWidget(GRenderWindow* parent) : QWidget(parent), render_window(parent) {
225 setAttribute(Qt::WA_NativeWindow); 225 setAttribute(Qt::WA_NativeWindow);
226 setAttribute(Qt::WA_DontCreateNativeAncestors);
226 setAttribute(Qt::WA_PaintOnScreen); 227 setAttribute(Qt::WA_PaintOnScreen);
227 } 228 }
228 229