fixed GetEditorClass for props without mapped class

git-svn-id: trunk@6234 -
This commit is contained in:
mattias 2004-11-11 18:53:51 +00:00
parent d6ec9d4553
commit 529dc2ac56

View File

@ -1718,7 +1718,7 @@ begin
end;
end;
end;
if Result<>nil then begin
if Result=nil then begin
PropType:=PropInfo^.PropType;
I:=0;
C:=nil;