Remove some flags (#6308)

This commit is contained in:
Cacodemon345
2025-10-10 04:47:42 +06:00
committed by GitHub
parent c56254178c
commit 1a90e66711

View File

@@ -446,10 +446,7 @@ RendererStack::createRenderer(Renderer renderer)
current->setFocusProxy(this);
current->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
current->setAttribute(Qt::WA_AlwaysStackOnTop);
current->setAttribute(Qt::WA_OpaquePaintEvent);
current->setAttribute(Qt::WA_DontCreateNativeAncestors);
this->setAttribute(Qt::WA_TranslucentBackground);
boxLayout->addWidget(current.get());
rendererWindow->r_monitor_index = m_monitor_index;