* use the right color for the knob shadow as pointed out by Clemens

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28715 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich
2008-11-22 00:51:11 +00:00
parent 645285b091
commit ea3f903544
+1 -1
View File
@@ -193,7 +193,7 @@ OffscreenClock::DrawClock()
(B_DARKEN_1_TINT + B_DARKEN_2_TINT) / 2);
_DrawHands(fCenterX + 1.5, fCenterY + 1.5, fRadius,
shadowColor, shadowColor, shadowColor, knobColor);
shadowColor, shadowColor, shadowColor, shadowColor);
_DrawHands(fCenterX, fCenterY, fRadius,
hourColor, minuteColor, secondsColor, knobColor);