DRAWEXE export: minor bugfix

This commit is contained in:
Sebastian Hoogen 2014-12-08 22:59:55 +01:00 committed by wmayer
parent ca3ad00da8
commit d0126061c8

View File

@ -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():