From a8f6f91bd5a03e3fb64395d6806cadaebc53d77a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sun, 9 Nov 2008 15:27:09 +0000 Subject: [PATCH] Fix Full Screen mode: http://www.kdenlive.org:80/mantis/view.php?id=326 svn path=/branches/KDE4/; revision=2641 --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c3e16caa..4b8ef435 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -452,7 +452,7 @@ void MainWindow::configureNotifications() { } void MainWindow::slotFullScreen() { - //KToggleFullScreenAction::setFullScreen(this, actionCollection()->action("fullscreen")->isChecked()); + KToggleFullScreenAction::setFullScreen(this, actionCollection()->action("fullscreen")->isChecked()); } void MainWindow::slotAddEffect(QDomElement effect, GenTime pos, int track) { -- 2.39.2