diff --git a/src/apps/deskbar/TimeView.cpp b/src/apps/deskbar/TimeView.cpp index 7c0803469b..25b54e6501 100644 --- a/src/apps/deskbar/TimeView.cpp +++ b/src/apps/deskbar/TimeView.cpp @@ -152,7 +152,7 @@ TTimeView::Draw(BRect /*updateRect*/) PushState(); SetHighColor(ViewColor()); - SetLowUIColor(ViewUIColor()); + SetLowColor(ViewColor()); FillRect(Bounds()); SetHighUIColor(B_MENU_ITEM_TEXT_COLOR);