From ea3f903544cf8d69a53fa2586b1d90dbe3b85a87 Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Sat, 22 Nov 2008 00:51:11 +0000 Subject: [PATCH] * 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 --- src/preferences/time/AnalogClock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/time/AnalogClock.cpp b/src/preferences/time/AnalogClock.cpp index 8524dd0b8a..699973eb70 100644 --- a/src/preferences/time/AnalogClock.cpp +++ b/src/preferences/time/AnalogClock.cpp @@ -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);