diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index d436ac379..3391f502a 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -785,7 +785,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): self.LiveController.Panel.setVisible(True) self.settingsmanager.set_preview_visibility(False) self.settingsmanager.set_live_visibility(True) - self.ViewPreviewPanel.setChecked(True) + self.ViewPreviewPanel.setChecked(False) self.ViewLivePanel.setChecked(True) def screenChanged(self):