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): """