Skip to content
Snippets Groups Projects
Commit a04b0419 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: disable alpha buffer in compositor_dummy

parent 9dd68a3c
No related branches found
No related tags found
1 merge request!4954qt: disable alpha buffer in compositor_dummy
Pipeline #439455 passed with warnings with stage
in 36 minutes and 25 seconds
......@@ -47,6 +47,8 @@ bool CompositorDummy::makeMainInterface(MainCtx* mainCtx)
{
m_mainCtx = mainCtx;
QQuickWindow::setDefaultAlphaBuffer(false);
m_qmlWidget = std::make_unique<QQuickView>();
if (m_mainCtx->useClientSideDecoration())
m_qmlWidget->setFlag(Qt::FramelessWindowHint);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment