From 555e38275a5bf04b8d30027d7e64aa73429777f8 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 5 Mar 2013 18:12:40 +0100 Subject: [PATCH] changed order --- openlp/core/ui/maindisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 2cc1aded1..cd5f6fe58 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -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'):