From debd073023d51b05413bfdfb427607eb10e2bf2b Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 5 Jun 2009 21:59:39 +0200 Subject: [PATCH] Removed erroneous "show"ing of the display form. bzr-revno: 460 --- openlp/core/ui/mainwindow.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 4eeda33d0..720ac7c3f 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -99,8 +99,6 @@ class MainWindow(object): """ self.mainWindow.showMaximized() self.mainDisplay.setup(self.settingsForm.GeneralTab.MonitorNumber) - self.mainDisplay.show() - #self.mainWindow.setFocus(QtCore.Qt.OtherFocusReason) def onHelpAboutItemClicked(self): """