- Removed Whites space before (self, item) on row 789, how did it get there in the first place?

This commit is contained in:
suutari-olli 2016-03-15 11:39:54 +02:00
parent 546ed56823
commit 0c23135304
1 changed files with 2 additions and 2 deletions

View File

@ -786,10 +786,9 @@ class SlideController(DisplayController, RegistryProperties):
self.song_edit = False
self._process_item(item, slide_no)
def replace_service_manager_item (self, item):
def replace_service_manager_item(self, item):
"""
Replacement item following a remote edit
This action also takes place when a song that is sent to live from Service Manager is edited.
If display is blanked, this will update the song and then re-blank the display.
As result, lyrics are flashed on screen for a very short time before re-blanking happens. (Bug)
@ -810,6 +809,7 @@ class SlideController(DisplayController, RegistryProperties):
elif self.desktop_screen.isChecked():
self._process_item(item, self.preview_widget.current_slide_number())
self.on_hide_display(True)
self.on_hide_display(True)
def add_service_manager_item(self, item, slide_no):
"""