changed order

This commit is contained in:
Andreas Preikschat 2013-03-05 18:12:40 +01:00
parent 33db8e143b
commit 555e38275a
1 changed files with 1 additions and 1 deletions

View File

@ -346,8 +346,8 @@ class MainDisplay(Display):
"""
Generates a preview of the image displayed.
"""
was_visible = self.isVisible()
log.debug(u'preview for %s', self.isLive)
was_visible = self.isVisible()
self.application.process_events()
# We must have a service item to preview.
if self.isLive and hasattr(self, u'serviceItem'):