forked from openlp/openlp
changed order
This commit is contained in:
parent
33db8e143b
commit
555e38275a
@ -346,8 +346,8 @@ class MainDisplay(Display):
|
|||||||
"""
|
"""
|
||||||
Generates a preview of the image displayed.
|
Generates a preview of the image displayed.
|
||||||
"""
|
"""
|
||||||
was_visible = self.isVisible()
|
|
||||||
log.debug(u'preview for %s', self.isLive)
|
log.debug(u'preview for %s', self.isLive)
|
||||||
|
was_visible = self.isVisible()
|
||||||
self.application.process_events()
|
self.application.process_events()
|
||||||
# We must have a service item to preview.
|
# We must have a service item to preview.
|
||||||
if self.isLive and hasattr(self, u'serviceItem'):
|
if self.isLive and hasattr(self, u'serviceItem'):
|
||||||
|
Loading…
Reference in New Issue
Block a user