mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:00:42 +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
|
finally
|
||||||
Exclude(FStates,pgsApplyingValue);
|
Exclude(FStates,pgsApplyingValue);
|
||||||
end;
|
end;
|
||||||
|
if Assigned(FPropertyEditorHook) then
|
||||||
|
FPropertyEditorHook.RefreshPropertyValues;
|
||||||
|
if Assigned(FOnModified) then
|
||||||
|
FOnModified(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TOICustomPropertyGrid.DoCallEdit(Edit: TOIQuickEdit);
|
procedure TOICustomPropertyGrid.DoCallEdit(Edit: TOIQuickEdit);
|
||||||
|
Loading…
Reference in New Issue
Block a user