You've already forked lazarus-ccr
tvplanit: Fix incorrect background color of analog TVpClock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8217 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -939,7 +939,10 @@ var
|
||||
|
||||
begin
|
||||
with ckDraw.Canvas do begin
|
||||
Brush.Color := Color;
|
||||
if Color = clDefault then
|
||||
Brush.Color := GetDefaultColor(dctBrush)
|
||||
else
|
||||
Brush.Color := Color;
|
||||
Pen.Color := FHandOptions.HourHandColor;
|
||||
Pen.Width := 1;
|
||||
FillRect(ClientRect);
|
||||
|
Reference in New Issue
Block a user