diff options
| -rw-r--r-- | src/yuzu/bootmanager.cpp | 1 | 
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 {  public:      explicit RenderWidget(GRenderWindow* parent) : QWidget(parent), render_window(parent) {          setAttribute(Qt::WA_NativeWindow); +        setAttribute(Qt::WA_DontCreateNativeAncestors);          setAttribute(Qt::WA_PaintOnScreen);      } | 
