This commit is contained in:
Tim Bentley 2011-09-14 21:35:32 +01:00
parent 53b3b394e9
commit 52c63d9665
1 changed files with 2 additions and 3 deletions

View File

@ -414,9 +414,8 @@ class SlideController(QtGui.QWidget):
translate('OpenLP.SlideController', 'Escape Item'))
def liveEscape(self):
if self.display.primary:
self.display.setVisible(False)
self.display.videoStop()
self.display.setVisible(False)
self.display.videoStop()
def servicePrevious(self):
time.sleep(0.1)