1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Lighten colors slightly for sync-selection.

This commit is contained in:
businessmanprogrammersteve
2010-02-17 17:54:32 +00:00
parent c334b080e8
commit 5a6b7a4ec9
11 changed files with 61 additions and 25 deletions

View File

@@ -681,7 +681,7 @@ void LWSlider::Draw()
if (mEnabled)
AColor::Dark(dc, false);
else
AColor::Medium(dc, false);
AColor::Medium(dc, 0);
if (mOrientation == wxHORIZONTAL)
AColor::Line(*dc, mLeftX, mCenterY+1, mRightX+2, mCenterY+1);
@@ -804,7 +804,7 @@ void LWSlider::Draw()
if (mEnabled)
AColor::Dark(dc, false);
else
AColor::Medium(dc, false);
AColor::Medium(dc, 0);
if (mOrientation == wxHORIZONTAL)
AColor::Line(*dc, mLeftX+p+1, mCenterY-tickLength+1, mLeftX+p+1, mCenterY-1); // ticks above