From ec035d6d379269c1bb947687303a53f6ac3afce6 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Fri, 23 Dec 2011 17:25:05 +0000 Subject: [PATCH] Set correct monitor in wizard --- openlp/core/ui/firsttimeform.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openlp/core/ui/firsttimeform.py b/openlp/core/ui/firsttimeform.py index 9a5a2ea9d..e7f516980 100644 --- a/openlp/core/ui/firsttimeform.py +++ b/openlp/core/ui/firsttimeform.py @@ -421,6 +421,8 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard): if self.displayComboBox.currentIndex() != -1: QtCore.QSettings().setValue(u'General/monitor', QtCore.QVariant(self.displayComboBox.currentIndex())) + self.screens.set_current_display( + self.displayComboBox.currentIndex()) # Set Global Theme if self.themeComboBox.currentIndex() != -1: QtCore.QSettings().setValue(u'themes/global theme',