QT Renderer: current->setAttribute(Qt::WA_AlwaysStackOnTop);

This commit is contained in:
Miran Grča
2025-09-25 01:21:42 +02:00
committed by GitHub
parent 15abb1bac4
commit 58e397247d

View File

@@ -441,6 +441,7 @@ RendererStack::createRenderer(Renderer renderer)
current->setFocusProxy(this);
current->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
current->setStyleSheet("background-color: black");
current->setAttribute(Qt::WA_AlwaysStackOnTop);
addWidget(current.get());
this->setStyleSheet("background-color: black");