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