IdeIntf: Revert r52208 #4e1e1dc645 partly, grid column properties were not updated while editing.

git-svn-id: trunk@52237 -
This commit is contained in:
juha 2016-04-22 20:39:52 +00:00
parent 2b97e8c1c4
commit 1ed4646b29

View File

@ -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);