forked from openlp/openlp
Only renderer maindisplay
This commit is contained in:
parent
9b378fbea5
commit
c965905a30
@ -155,7 +155,7 @@ class MainDisplay(Display):
|
||||
QtCore.SIGNAL(u'update_display_css'), self.cssChanged)
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'config_updated'), self.configChanged)
|
||||
else:
|
||||
if parent is None and not self.isLive:
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'renderer_display_text'), self.text)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user