mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 16:38:16 +02:00
ComCtrls: change signature of TDrawTabEvent to avoid compilation error due to duplicatie identifier.
Issue #0025245. Patch by Avishai. git-svn-id: trunk@43337 -
This commit is contained in:
parent
19fb55dd6e
commit
c115f8906b
@ -350,7 +350,7 @@ type
|
||||
TNoteBookCapabilities = TCTabControlCapabilities deprecated;
|
||||
|
||||
TDrawTabEvent = procedure(Control: TCustomTabControl; TabIndex: Integer;
|
||||
const Rect: TRect; Active: Boolean) of object;
|
||||
const Rect: TRect; AActive: Boolean) of object;
|
||||
|
||||
TCustomTabControl = class(TWinControl)
|
||||
private
|
||||
|
Loading…
Reference in New Issue
Block a user