mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 15:00:26 +02:00
IdeIntf: Revert r52208 #4e1e1dc645 partly, grid column properties were not updated while editing.
git-svn-id: trunk@52237 -
This commit is contained in:
parent
2b97e8c1c4
commit
1ed4646b29
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user