mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Update qt_rendererstack.cpp: Fix a colon that should have been a semicolon.
This commit is contained in:
@@ -446,7 +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_OpaquePaintEvent);
|
||||
current->setAttribute(Qt::WA_DontCreateNativeAncestors);
|
||||
|
||||
this->setAttribute(Qt::WA_TranslucentBackground);
|
||||
|
||||
Reference in New Issue
Block a user