From e9afd2496078c07f0593dce6aa3dd4c86ecc3057 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 30 May 2017 01:24:21 +0200 Subject: [PATCH] cc_frm_scrollbar: avoid transparent pixels in scrollbar's corners Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/23443107f86be9fdc0808814f740ba6d24d9427d Author: vanhofen Date: 2017-05-30 (Tue, 30 May 2017) Origin message was: ------------------ - cc_frm_scrollbar: avoid transparent pixels in scrollbar's corners --- src/gui/components/cc_frm_scrollbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_scrollbar.cpp b/src/gui/components/cc_frm_scrollbar.cpp index 73fa733be..2a553950e 100644 --- a/src/gui/components/cc_frm_scrollbar.cpp +++ b/src/gui/components/cc_frm_scrollbar.cpp @@ -94,7 +94,7 @@ void CComponentsScrollBar::initVarSbForm(const int& count, const fb_pixel_t& col sb_down_obj = NULL; sb_segments_obj = NULL; - setCorner(RADIUS_MIN, CORNER_ALL); + setCorner(RADIUS_NONE, CORNER_ALL); //NI sb_up_icon = frameBuffer->getIconPath(NEUTRINO_ICON_BUTTON_UP) ; sb_down_icon = frameBuffer->getIconPath(NEUTRINO_ICON_BUTTON_DOWN);