From c965905a3047bf8fa59de32f8f2ce61b73db8c12 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Sat, 25 Aug 2012 17:36:48 +0100 Subject: [PATCH] Only renderer maindisplay --- openlp/core/ui/maindisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 2367aba33..593acf3e8 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -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)