Put the display image back after it was lost

This commit is contained in:
Tim Bentley 2010-09-21 18:35:26 +01:00
parent 79881d9023
commit 8e94d87e65
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class MainDisplay(DisplayWidget):
- splash_image.height()) / 2,
splash_image)
serviceItem = ServiceItem()
serviceItem.bg_frame = initialFrame
serviceItem.bg_image_bytes = image_to_byte(initialFrame)
self.webView.setHtml(build_html(serviceItem, self.screen,
self.parent.alertTab, self.isLive))
self.initialFrame = True