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