From 16077a855f55044f5f68694b897521827cf0dfcb Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Wed, 30 Mar 2016 20:04:10 +0300 Subject: [PATCH] Removed # which was added in search for solution from: Registry().execute('live_display_active') (This was noticed while looking at the diff) --- 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 e4cc43e07..392b617c5 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -533,7 +533,7 @@ class MainDisplay(OpenLPMixin, Display, RegistryProperties): self.hide_mode = None # Trigger actions when display is active again. if self.is_live: - #Registry().execute('live_display_active') + Registry().execute('live_display_active') # Workaround for bug #1531319, should not be needed with PyQt 5.6. if is_win(): self.shake_web_view()