assembly: support dropObjectEx() core change
This commit is contained in:
parent
91b57c9727
commit
59c8fa186f
|
@ -3039,8 +3039,7 @@ class ViewProviderAssembly(ViewProviderAsmGroup):
|
||||||
if not info:
|
if not info:
|
||||||
return False
|
return False
|
||||||
partGroup,owner,subname = info
|
partGroup,owner,subname = info
|
||||||
partGroup.dropObject(obj,owner,subname)
|
return '2.{}'.format(partGroup.dropObject(obj,owner,subname))
|
||||||
return '2.'
|
|
||||||
|
|
||||||
def getIcon(self):
|
def getIcon(self):
|
||||||
if getattr(self.ViewObject.Object,'Freeze',False):
|
if getattr(self.ViewObject.Object,'Freeze',False):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user