mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:55:59 +02:00
Object Inspector: Restore Invalidate removed in r52208 #4e1e1dc645. Grid on Windows needs it. Issue #30062.
git-svn-id: trunk@52255 -
This commit is contained in:
parent
fbb22d7bea
commit
26de115dbb
@ -1807,6 +1807,7 @@ begin
|
||||
// ' Items.Count=',ValueComboBox.Items.Count ,' Text=',ValueComboBox.Text]);
|
||||
Exclude(FStates, pgsChangingItemIndex);
|
||||
DoSelectionChange;
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
function TOICustomPropertyGrid.GetNameRowHeight: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user