DRAWEXE export: minor bugfix

This commit is contained in:
Sebastian Hoogen
2014-12-08 22:59:55 +01:00
committed by wmayer
parent 997392e2e5
commit 74e422b9ff

View File

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