forked from openlp/openlp
Fix live escape when images are looping
bzr-revno: 2187
This commit is contained in:
commit
ee1490f306
@ -528,6 +528,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