forked from openlp/openlp
Stop the loop when escape is pressed
Fixes: https://launchpad.net/bugs/1266271
This commit is contained in:
parent
3c66e2f304
commit
2c9f6f3ec6
@ -526,6 +526,7 @@ class SlideController(Controller):
|
|||||||
def liveEscape(self):
|
def liveEscape(self):
|
||||||
self.display.setVisible(False)
|
self.display.setVisible(False)
|
||||||
self.mediaController.video_stop([self])
|
self.mediaController.video_stop([self])
|
||||||
|
self.onPlaySlidesLoop(False)
|
||||||
|
|
||||||
def toggleDisplay(self, action):
|
def toggleDisplay(self, action):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user