Fix service item focus bug

This commit is contained in:
Tim Bentley 2010-08-21 08:25:54 +01:00
parent 1e86aa98ba
commit 8459cf1c25
1 changed files with 1 additions and 0 deletions

View File

@ -873,6 +873,7 @@ class ServiceManager(QtGui.QWidget):
ItemCapabilities.AllowsPreview):
self.parent.PreviewController.addServiceManagerItem(
self.serviceItems[item][u'service_item'], 0)
self.parent.LiveController.PreviewListWidget.setFocus()
else:
QtGui.QMessageBox.critical(self,
translate('OpenLP.ServiceManager', 'Missing Display Handler'),