assembly: support dropObjectEx() core change

This commit is contained in:
Zheng, Lei 2018-09-05 12:32:23 +08:00
parent 91b57c9727
commit 59c8fa186f

View File

@ -3039,8 +3039,7 @@ class ViewProviderAssembly(ViewProviderAsmGroup):
if not info:
return False
partGroup,owner,subname = info
partGroup.dropObject(obj,owner,subname)
return '2.'
return '2.{}'.format(partGroup.dropObject(obj,owner,subname))
def getIcon(self):
if getattr(self.ViewObject.Object,'Freeze',False):