mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Remove some flags (#6308)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user