mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
ideintf: fix ValueComboBoxMeasureItem
git-svn-id: trunk@22133 -
This commit is contained in:
parent
eb554c459c
commit
12e08463d5
@ -1456,6 +1456,7 @@ begin
|
||||
begin
|
||||
CurRow := Rows[FItemIndex];
|
||||
CurRow.Editor.ListMeasureHeight('Fj', Index, ValueComboBox.Canvas, AHeight);
|
||||
AHeight := Max(AHeight, ValueComboBox.ItemHeight);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user