mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 09:39:13 +02:00
IDE: Fixed IDE crash after putting a activex control on form. Issue #32375
git-svn-id: trunk@56886 -
This commit is contained in:
parent
8efbb5db9e
commit
fc690b742f
@ -5185,8 +5185,7 @@ begin
|
||||
Result := PropertyHook.GetComponentName(Component)
|
||||
else
|
||||
Result := Component.Name;
|
||||
end else
|
||||
Result := inherited GetValue;
|
||||
end;
|
||||
end;
|
||||
|
||||
{ TComponentNamePropertyEditor }
|
||||
|
Loading…
Reference in New Issue
Block a user