forked from openlp/openlp
Fix PPT again! and remove tabs
This commit is contained in:
parent
72f445c426
commit
23e178846b
@ -80,6 +80,7 @@ class PowerpointController(PresentationController):
|
||||
log.debug(u'start_process')
|
||||
if not self.process:
|
||||
self.process = Dispatch(u'PowerPoint.Application')
|
||||
self.process.Visible = True
|
||||
self.process.WindowState = 2
|
||||
|
||||
def kill(self):
|
||||
|
Loading…
Reference in New Issue
Block a user