From: Jean-Baptiste Mardelle Date: Sun, 24 Feb 2013 17:49:46 +0000 (+0100) Subject: Fix monitor displaying corrupt image on startup: http://www.kdenlive.org/mantis/view... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d08468b7348a5ae9403508b67e92823ea2337ec3;p=kdenlive Fix monitor displaying corrupt image on startup: http://www.kdenlive.org/mantis/view.php?id=2992 --- 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);