mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 16:49:28 +02:00
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:
parent
31a509fcbd
commit
b5789f4598
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user