diff --git a/components/ideintf/objectinspector.pp b/components/ideintf/objectinspector.pp index a14e30c2e2..c3f031d5ee 100644 --- a/components/ideintf/objectinspector.pp +++ b/components/ideintf/objectinspector.pp @@ -1509,6 +1509,10 @@ begin finally Exclude(FStates,pgsApplyingValue); end; + if Assigned(FPropertyEditorHook) then + FPropertyEditorHook.RefreshPropertyValues; + if Assigned(FOnModified) then + FOnModified(Self); end; procedure TOICustomPropertyGrid.DoCallEdit(Edit: TOIQuickEdit);