ideintf: fix ValueComboBoxMeasureItem

git-svn-id: trunk@22133 -
This commit is contained in:
paul 2009-10-13 08:36:59 +00:00
parent eb554c459c
commit 12e08463d5

View File

@ -1456,6 +1456,7 @@ begin
begin
CurRow := Rows[FItemIndex];
CurRow.Editor.ListMeasureHeight('Fj', Index, ValueComboBox.Canvas, AHeight);
AHeight := Max(AHeight, ValueComboBox.ItemHeight);
end;
end;