forked from openlp/openlp
Reenable setting slidecontroller index when openlp is not in focus.
This commit is contained in:
parent
e6baed1105
commit
6e03382f1f
@ -607,9 +607,9 @@ class SlideShowListener(SlideShowListenerImport):
|
|||||||
Notify that the last animation from the main sequence of the current slide has ended.
|
Notify that the last animation from the main sequence of the current slide has ended.
|
||||||
"""
|
"""
|
||||||
log.debug('LibreOffice SlideShowListener event: slideAnimationsEnded')
|
log.debug('LibreOffice SlideShowListener event: slideAnimationsEnded')
|
||||||
# if not Registry().get('main_window').isActiveWindow():
|
if not Registry().get('main_window').isActiveWindow():
|
||||||
# log.debug('main window is not in focus - should update slidecontroller')
|
log.debug('main window is not in focus - should update slidecontroller')
|
||||||
# Registry().execute('slidecontroller_live_change', self.document.control.getCurrentSlideIndex() + 1)
|
Registry().execute('slidecontroller_live_change', self.document.control.getCurrentSlideIndex() + 1)
|
||||||
|
|
||||||
def slideEnded(self, reverse):
|
def slideEnded(self, reverse):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user