mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 16:12:57 +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
|
begin
|
||||||
CurRow := Rows[FItemIndex];
|
CurRow := Rows[FItemIndex];
|
||||||
CurRow.Editor.ListMeasureHeight('Fj', Index, ValueComboBox.Canvas, AHeight);
|
CurRow.Editor.ListMeasureHeight('Fj', Index, ValueComboBox.Canvas, AHeight);
|
||||||
|
AHeight := Max(AHeight, ValueComboBox.ItemHeight);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user