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

Qt docs: The color buffer is cleared by default.
This commit is contained in:
Fatih Uzunoglu 2024-01-11 20:40:43 +02:00 committed by Jean-Baptiste Kempf
parent ef6d533d51
commit fd12435507
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ bool CompositorWin7::makeMainInterface(MainCtx* mainCtx)
m_qmlView = std::make_unique<QQuickView>();
m_qmlView->setResizeMode(QQuickView::SizeRootObjectToView);
m_qmlView->setClearBeforeRendering(true);
m_qmlView->setColor(QColor(Qt::transparent));
m_qmlView->installEventFilter(this);