forked from openlp/openlp
fixed attribute error
This commit is contained in:
parent
a06c25c66c
commit
b04e688647
@ -252,7 +252,7 @@ class ImpressDocument(PresentationDocument):
|
|||||||
window.setVisible(False)
|
window.setVisible(False)
|
||||||
self.presentation = self.document.getPresentation()
|
self.presentation = self.document.getPresentation()
|
||||||
self.presentation.Display = \
|
self.presentation.Display = \
|
||||||
self.controller.plugin.renderer.screens.current_display + 1
|
self.controller.plugin.renderer.screens.current[u'number'] + 1
|
||||||
self.control = None
|
self.control = None
|
||||||
self.create_thumbnails()
|
self.create_thumbnails()
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user