cc_frm_scrollbar: avoid transparent pixels in scrollbar's corners

Origin commit data
------------------
Commit: 23443107f8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-30 (Tue, 30 May 2017)

Origin message was:
------------------
- cc_frm_scrollbar: avoid transparent pixels in scrollbar's corners
This commit is contained in:
vanhofen
2017-05-30 01:24:21 +02:00
parent c4b117ddc2
commit e9afd24960

View File

@@ -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);