From 7fb3e7b5097fe43730ff2a3f095255a9f5aa8bd0 Mon Sep 17 00:00:00 2001
From: Owen <owenca@users.noreply.github.com>
Date: Mon, 15 May 2017 08:56:04 +0000
Subject: [PATCH 2/2] Tracker: Fix blue border of CountView in file panel.
This removes the blue border of CountView in BFilePanel.
Fixes: #12923
---
src/kits/tracker/CountView.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kits/tracker/CountView.cpp b/src/kits/tracker/CountView.cpp
index 921c9bb..5c5bfc1 100644
a
|
b
|
BCountView::Draw(BRect updateRect)
|
204 | 204 | |
205 | 205 | SetLowColor(color); |
206 | 206 | be_control_look->DrawBorder(this, bounds, updateRect, |
207 | | ui_color(B_NAVIGATION_BASE_COLOR), B_PLAIN_BORDER, 0, |
| 207 | color, B_PLAIN_BORDER, 0, |
208 | 208 | BControlLook::B_BOTTOM_BORDER | BControlLook::B_LEFT_BORDER); |
209 | 209 | be_control_look->DrawMenuBarBackground(this, bounds, updateRect, color); |
210 | 210 | |