Update qt_rendererstack.cpp: Fix a colon that should have been a semicolon.

This commit is contained in:
Miran Grča
2025-10-10 00:33:31 +02:00
committed by GitHub
parent 9da9d8e975
commit c56254178c

View File

@@ -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);