]> git.sesse.net Git - kdenlive/commitdiff
Fix Full Screen mode:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 9 Nov 2008 15:27:09 +0000 (15:27 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 9 Nov 2008 15:27:09 +0000 (15:27 +0000)
http://www.kdenlive.org:80/mantis/view.php?id=326

svn path=/branches/KDE4/; revision=2641

src/mainwindow.cpp

index c3e16caafe10956c01b90c3479c3b450fa62d585..4b8ef43536fa6f64792c495c007851a34c87645f 100644 (file)
@@ -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) {