Stop the loop when escape is pressed

Fixes: https://launchpad.net/bugs/1266271
This commit is contained in:
Tim Bentley 2014-01-18 07:45:34 +00:00
parent 3c66e2f304
commit 2c9f6f3ec6
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ class SlideController(Controller):
def liveEscape(self):
self.display.setVisible(False)
self.mediaController.video_stop([self])
self.onPlaySlidesLoop(False)
def toggleDisplay(self, action):
"""