diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index eab89cb7d..4b99d38cd 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -328,6 +328,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 = {}