Cleanup
This commit is contained in:
@@ -42,7 +42,6 @@ All rights reserved.
|
|||||||
|
|
||||||
#include <AppFileInfo.h>
|
#include <AppFileInfo.h>
|
||||||
#include <Bitmap.h>
|
#include <Bitmap.h>
|
||||||
#include <ControlLook.h>
|
|
||||||
#include <Debug.h>
|
#include <Debug.h>
|
||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
#include <LocaleRoster.h>
|
#include <LocaleRoster.h>
|
||||||
|
|||||||
@@ -120,7 +120,8 @@ UpScrollArrow::~UpScrollArrow()
|
|||||||
void
|
void
|
||||||
UpScrollArrow::Draw(BRect updateRect)
|
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())
|
if (IsEnabled())
|
||||||
SetHighColor(0, 0, 0);
|
SetHighColor(0, 0, 0);
|
||||||
@@ -171,7 +172,8 @@ DownScrollArrow::~DownScrollArrow()
|
|||||||
void
|
void
|
||||||
DownScrollArrow::Draw(BRect updateRect)
|
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())
|
if (IsEnabled())
|
||||||
SetHighColor(0, 0, 0);
|
SetHighColor(0, 0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user