Remove ExtensionProxy and rely on default Python proxy for extensions. fixes #0004534
This commit is contained in:
@@ -79,7 +79,7 @@ class DraftLink(DraftObject):
|
||||
def attach(self, obj):
|
||||
"""Set up the properties when the object is attached."""
|
||||
if self.use_link:
|
||||
obj.addExtension('App::LinkExtensionPython', None)
|
||||
obj.addExtension('App::LinkExtensionPython')
|
||||
self.linkSetup(obj)
|
||||
|
||||
def canLinkProperties(self, _obj):
|
||||
|
||||
Reference in New Issue
Block a user