This commit is contained in:
John Scipione
2012-11-12 22:03:22 -05:00
parent ed75ca7201
commit 0e100a37a9
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -42,7 +42,6 @@ All rights reserved.
#include <AppFileInfo.h>
#include <Bitmap.h>
#include <ControlLook.h>
#include <Debug.h>
#include <Directory.h>
#include <LocaleRoster.h>
+4 -2
View File
@@ -120,7 +120,8 @@ UpScrollArrow::~UpScrollArrow()
void
UpScrollArrow::Draw(BRect updateRect)
{
SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), B_DARKEN_1_TINT));
SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR),
B_DARKEN_1_TINT));
if (IsEnabled())
SetHighColor(0, 0, 0);
@@ -171,7 +172,8 @@ DownScrollArrow::~DownScrollArrow()
void
DownScrollArrow::Draw(BRect updateRect)
{
SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), B_DARKEN_1_TINT));
SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR),
B_DARKEN_1_TINT));
if (IsEnabled())
SetHighColor(0, 0, 0);