fix cursor busy off

This commit is contained in:
Tim Bentley 2013-02-21 17:30:18 +00:00
parent 20c3157d6d
commit 197a423c29
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,7 @@ class ServiceManager(QtGui.QWidget, ServiceManagerDialog):
critical_error_message_box(translate('OpenLP.ServiceManager', 'Missing Display Handler'),
translate('OpenLP.ServiceManager',
'Your item cannot be displayed as the plugin required to display it is missing or inactive'))
self.application.set_normal_cursor()
self.application.set_normal_cursor()
def remote_edit(self):
"""