Ticket #12923: 0002-Tracker-Fix-blue-border-of-CountView-in-file-panel.patch

File 0002-Tracker-Fix-blue-border-of-CountView-in-file-panel.patch, 947 bytes (added by owenca, 7 years ago)
  • src/kits/tracker/CountView.cpp

    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)  
    204204
    205205    SetLowColor(color);
    206206    be_control_look->DrawBorder(this, bounds, updateRect,
    207         ui_color(B_NAVIGATION_BASE_COLOR), B_PLAIN_BORDER, 0,
     207        color, B_PLAIN_BORDER, 0,
    208208        BControlLook::B_BOTTOM_BORDER | BControlLook::B_LEFT_BORDER);
    209209    be_control_look->DrawMenuBarBackground(this, bounds, updateRect, color);
    210210