From fc690b742f1987601c77bb163926ed47f7313f21 Mon Sep 17 00:00:00 2001 From: michl Date: Sun, 31 Dec 2017 00:24:57 +0000 Subject: [PATCH] IDE: Fixed IDE crash after putting a activex control on form. Issue #32375 git-svn-id: trunk@56886 - --- components/ideintf/propedits.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/ideintf/propedits.pp b/components/ideintf/propedits.pp index e54e4382d4..edccedc09a 100644 --- a/components/ideintf/propedits.pp +++ b/components/ideintf/propedits.pp @@ -5185,8 +5185,7 @@ begin Result := PropertyHook.GetComponentName(Component) else Result := Component.Name; - end else - Result := inherited GetValue; + end; end; { TComponentNamePropertyEditor }