From b6332e7ff5a0faa215e694c8d136e03a3e0ad2cb Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Mon, 9 Nov 2009 16:37:37 +0000 Subject: [PATCH] Fix media previews ti work and not display the extra screens --- 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 cada31aad..ddffeb6d4 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -275,7 +275,7 @@ class MainDisplay(DisplayWidget): self.display.hide() self.video.setFullScreen(True) self.mediaObject.play() - if self.primary and not live: + if self.primary and live: self.setVisible(True) def onMediaPaws(self):