DRAWEXE export: minor bugfix
This commit is contained in:
parent
ca3ad00da8
commit
d0126061c8
|
@ -533,6 +533,8 @@ class Drawexporter(object):
|
|||
sectionname = tempname
|
||||
except NotImplementedError:
|
||||
explodeshape = False # fallback
|
||||
else:
|
||||
explodeshape = False # fallback if we hit the False before
|
||||
if not explodeshape: # extract only the used subshape
|
||||
sh = subobj.Shape
|
||||
if not sh.isNull():
|
||||
|
|
Loading…
Reference in New Issue
Block a user