mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 09:09:35 +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;
|
||||
AState: TCDControlState; AStateEx: TCDPanelStateEx);
|
||||
var
|
||||
NextRectFactor: TBevelWidth = 0;
|
||||
NextRectFactor: Integer = 0;
|
||||
//TS : TTextStyle;
|
||||
begin
|
||||
// Background
|
||||
|
Loading…
Reference in New Issue
Block a user