From d08468b7348a5ae9403508b67e92823ea2337ec3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sun, 24 Feb 2013 18:49:46 +0100 Subject: [PATCH] Fix monitor displaying corrupt image on startup: http://www.kdenlive.org/mantis/view.php?id=2992 --- src/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f6fd491a..a48d8fb7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2713,6 +2713,9 @@ void MainWindow::connectDocument(TrackView *trackView, KdenliveDoc *doc) //cha #endif //Update the mouse position display so it will display in DF/NDF format by default based on the project setting. slotUpdateMousePosition(0); + + // Make sure monitor is visible so that it is painted black on startup + show(); m_monitorManager->activateMonitor(Kdenlive::clipMonitor, true); // set tool to select tool m_buttonSelectTool->setChecked(true); -- 2.39.2