- removed one unrequired if statement.

This commit is contained in:
suutari-olli 2016-07-17 19:11:51 +03:00
parent 08bcb2c5d4
commit f5bc8056f7
1 changed files with 0 additions and 3 deletions

View File

@ -1113,9 +1113,6 @@ class SlideController(DisplayController, RegistryProperties):
# If "click live slide to unblank" is enabled, unblank the display. And start = Item is sent to Live.
# Note: If this if statement is placed at the bottom of this function instead of top slide transitions are lost.
if self.is_live and Settings().value('core/click live slide to unblank'):
# With this display stays blanked when "auto unblank" setting is not enabled and new item is sent to Live.
if not Settings().value('core/auto unblank') and start:
()
if not start:
Registry().execute('slidecontroller_live_unblank')
row = self.preview_widget.current_slide_number()