forked from openlp/openlp
- Removed Whites space before (self, item) on row 789, how did it get there in the first place?
This commit is contained in:
parent
546ed56823
commit
0c23135304
@ -786,10 +786,9 @@ class SlideController(DisplayController, RegistryProperties):
|
|||||||
self.song_edit = False
|
self.song_edit = False
|
||||||
self._process_item(item, slide_no)
|
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
|
Replacement item following a remote edit
|
||||||
|
|
||||||
This action also takes place when a song that is sent to live from Service Manager is edited.
|
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.
|
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)
|
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():
|
elif self.desktop_screen.isChecked():
|
||||||
self._process_item(item, self.preview_widget.current_slide_number())
|
self._process_item(item, self.preview_widget.current_slide_number())
|
||||||
self.on_hide_display(True)
|
self.on_hide_display(True)
|
||||||
|
self.on_hide_display(True)
|
||||||
|
|
||||||
def add_service_manager_item(self, item, slide_no):
|
def add_service_manager_item(self, item, slide_no):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user