make sure virtualTargetObject is not adapted
This commit is contained in:
parent
4339f25ca3
commit
f9ba9d2115
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ class NodeView(BaseView):
|
||||||
@Lazy
|
@Lazy
|
||||||
def typeProvider(self):
|
def typeProvider(self):
|
||||||
if self.virtualTargetObject is not None:
|
if self.virtualTargetObject is not None:
|
||||||
return IType(self.virtualTargetObject).typeProvider
|
return IType(baseObject(self.virtualTargetObject)).typeProvider
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# target viewing and editing support
|
# target viewing and editing support
|
||||||
|
|
Loading…
Add table
Reference in a new issue