forked from openlp/openlp
Go to previous effect instead of the previous slide.
This commit is contained in:
parent
3f8a7975ee
commit
d627982bfe
@ -428,7 +428,7 @@ class ImpressDocument(PresentationDocument):
|
|||||||
"""
|
"""
|
||||||
Triggers the previous slide on the running presentation.
|
Triggers the previous slide on the running presentation.
|
||||||
"""
|
"""
|
||||||
self.control.gotoPreviousSlide()
|
self.control.gotoPreviousEffect()
|
||||||
|
|
||||||
def get_slide_text(self, slide_no):
|
def get_slide_text(self, slide_no):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user