Reset preview when reseting live background.

This commit is contained in:
Patrick Zimmermann 2013-06-29 12:00:44 +02:00
parent 51905bcb59
commit 92d586427d
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {}