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,6 +939,9 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
with ckDraw.Canvas do begin
|
with ckDraw.Canvas do begin
|
||||||
|
if Color = clDefault then
|
||||||
|
Brush.Color := GetDefaultColor(dctBrush)
|
||||||
|
else
|
||||||
Brush.Color := Color;
|
Brush.Color := Color;
|
||||||
Pen.Color := FHandOptions.HourHandColor;
|
Pen.Color := FHandOptions.HourHandColor;
|
||||||
Pen.Width := 1;
|
Pen.Width := 1;
|
||||||
|
Reference in New Issue
Block a user