This commit is contained in:
Andreas Preikschat 2011-05-06 21:19:09 +02:00
parent 80f7aa2cc9
commit a81a43c15e
2 changed files with 1 additions and 5 deletions

View File

@ -382,6 +382,7 @@ class GeneralTab(SettingsTab):
def onMonitorComboBoxChanged(self, index):
"""
The ``monitorComboBox`` has changed to the given ``index``.
"""
self.display_changed = True
if self.overrideCheckBox.isChecked():

View File

@ -36,11 +36,6 @@ from openlp.core.lib import Receiver, translate
log = logging.getLogger(__name__)
class Screen(object):
primary = True
number = 0
size = QtCore.QRect(0, 0, 1024, 768)
class ScreenList(object):
"""
Wrapper to handle the parameters of the display screen.