lcl: change Height to AHeight in TMeasureItemEvent to resolve conflict with TForm.Height in mode objfpc

git-svn-id: trunk@16492 -
This commit is contained in:
paul 2008-09-09 00:29:55 +00:00
parent 31a509fcbd
commit b5789f4598

View File

@ -245,7 +245,7 @@ type
TDrawItemEvent = procedure(Control: TWinControl; Index: Integer;
ARect: TRect; State: TOwnerDrawState) of object;
TMeasureItemEvent = procedure(Control: TWinControl; Index: Integer;
var Height: Integer) of object;
var AHeight: Integer) of object;
{ TCustomComboBox }