IDE: Fixed IDE crash after putting a activex control on form. Issue #32375

git-svn-id: trunk@56886 -
This commit is contained in:
michl 2017-12-31 00:24:57 +00:00
parent 8efbb5db9e
commit fc690b742f

View File

@ -5185,8 +5185,7 @@ begin
Result := PropertyHook.GetComponentName(Component)
else
Result := Component.Name;
end else
Result := inherited GetValue;
end;
end;
{ TComponentNamePropertyEditor }