mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 19:18:13 +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;
|
TDrawItemEvent = procedure(Control: TWinControl; Index: Integer;
|
||||||
ARect: TRect; State: TOwnerDrawState) of object;
|
ARect: TRect; State: TOwnerDrawState) of object;
|
||||||
TMeasureItemEvent = procedure(Control: TWinControl; Index: Integer;
|
TMeasureItemEvent = procedure(Control: TWinControl; Index: Integer;
|
||||||
var Height: Integer) of object;
|
var AHeight: Integer) of object;
|
||||||
|
|
||||||
{ TCustomComboBox }
|
{ TCustomComboBox }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user