[multimedia/kdenlive] src/monitor: fix: bug: clip monitor composition when background is black

Jean-Baptiste Mardelle <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 50d1af6b696140a8117fa121db1d3bf73d06d6e8 by Jean-Baptiste Mardelle, on behalf of no name.
Committed on 18/08/2026 at 09:25.
Pushed by mardelle into branch 'master'.

fix: bug: clip monitor composition when background is black

M  +1    -1    src/monitor/monitor.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/50d1af6b696140a8117fa121db1d3bf73d06d6e8

diff --git a/src/monitor/monitor.cpp b/src/monitor/monitor.cpp
index b80e6357ff..577be2a914 100644
--- a/src/monitor/monitor.cpp
+++ b/src/monitor/monitor.cpp
@@ -847,7 +847,7 @@ void Monitor::buildBackgroundedProducer(int pos)
     if (!m_openMutex.tryLock()) {
         return;
     }
-    if (KdenliveSettings::monitor_background() == "black" || m_controller->clipType() == ClipType::Audio) {
+    if (m_controller->clipType() == ClipType::Audio) {
         // No compositing required
         m_glMonitor->setProducer(producer, isActive(), pos);
     } else {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.