Removed # which was added in search for solution from:

Registry().execute('live_display_active')
(This was noticed while looking at the diff)
This commit is contained in:
suutari-olli 2016-03-30 20:04:10 +03:00
parent 19862a69a3
commit 16077a855f
1 changed files with 1 additions and 1 deletions

View File

@ -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()