forked from openlp/openlp
Undo fix
This commit is contained in:
parent
53b3b394e9
commit
52c63d9665
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user