qt: do not use `setClearBeforeRendering()` in compositor_wayland

Qt docs: The color buffer is cleared by default.
This commit is contained in:
Fatih Uzunoglu 2024-01-17 17:41:09 +02:00 committed by Jean-Baptiste Kempf
parent 8d5ea96548
commit 83141455ea
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ bool CompositorWayland::makeMainInterface(MainCtx* mainCtx)
if (m_mainCtx->useClientSideDecoration())
m_qmlView->setFlag(Qt::FramelessWindowHint);
m_qmlView->setResizeMode(QQuickView::SizeRootObjectToView);
m_qmlView->setClearBeforeRendering(true);
m_qmlView->setColor(QColor(Qt::transparent));
m_qmlView->show();