forked from openlp/openlp
Reset preview when reseting live background.
This commit is contained in:
parent
51905bcb59
commit
92d586427d
@ -327,6 +327,9 @@ class MainDisplay(Display):
|
||||
self.display_image(self.service_item.bg_image_bytes)
|
||||
else:
|
||||
self.display_image(None)
|
||||
# Update the preview frame.
|
||||
if self.is_live:
|
||||
self.live_controller.update_preview()
|
||||
# clear the cache
|
||||
self.override = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user