mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 08:30:58 +02:00
customdrawn: Fixes compilation for some fpc versions
git-svn-id: trunk@33997 -
This commit is contained in:
parent
af69ab4b0a
commit
9421caa547
@ -1123,7 +1123,7 @@ end;
|
|||||||
procedure TCDDrawerCommon.DrawPanel(ADest: TCanvas; ASize: TSize;
|
procedure TCDDrawerCommon.DrawPanel(ADest: TCanvas; ASize: TSize;
|
||||||
AState: TCDControlState; AStateEx: TCDPanelStateEx);
|
AState: TCDControlState; AStateEx: TCDPanelStateEx);
|
||||||
var
|
var
|
||||||
NextRectFactor: TBevelWidth = 0;
|
NextRectFactor: Integer = 0;
|
||||||
//TS : TTextStyle;
|
//TS : TTextStyle;
|
||||||
begin
|
begin
|
||||||
// Background
|
// Background
|
||||||
|
Loading…
Reference in New Issue
Block a user