forked from openlp/openlp
Head
This commit is contained in:
parent
02da8317cc
commit
ea7c5c4b9e
@ -414,8 +414,9 @@ class SlideController(QtGui.QWidget):
|
|||||||
translate('OpenLP.SlideController', 'Escape Item'))
|
translate('OpenLP.SlideController', 'Escape Item'))
|
||||||
|
|
||||||
def liveEscape(self):
|
def liveEscape(self):
|
||||||
self.display.setVisible(False)
|
if not self.display.primary:
|
||||||
self.display.videoStop()
|
self.display.setVisible(False)
|
||||||
|
self.display.videoStop()
|
||||||
|
|
||||||
def servicePrevious(self):
|
def servicePrevious(self):
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user