forked from openlp/openlp
Use a method call instead of a signal as the signal does other things as well
Fixes: https://launchpad.net/bugs/796324
This commit is contained in:
parent
628bdced52
commit
eef44f0174
@ -599,7 +599,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
log.info(u'Load Themes')
|
log.info(u'Load Themes')
|
||||||
self.themeManagerContents.loadThemes(True)
|
self.themeManagerContents.loadThemes(True)
|
||||||
# Hide/show the theme combobox on the service manager
|
# Hide/show the theme combobox on the service manager
|
||||||
Receiver.send_message(u'theme_update_global')
|
self.serviceManagerContents.themeChange()
|
||||||
# Reset the cursor
|
# Reset the cursor
|
||||||
Receiver.send_message(u'cursor_normal')
|
Receiver.send_message(u'cursor_normal')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user