mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
cc_frm_scrollbar.cpp icon dont need full path
This commit is contained in:
@@ -81,8 +81,8 @@ void CComponentsScrollBar::initVarSbForm(const int& count)
|
|||||||
sb_segments_obj = NULL;
|
sb_segments_obj = NULL;
|
||||||
|
|
||||||
string ftype = ".png";
|
string ftype = ".png";
|
||||||
sb_up_icon = frameBuffer->getIconBasePath() + "/" + NEUTRINO_ICON_BUTTON_TOP + ftype;
|
sb_up_icon = NEUTRINO_ICON_BUTTON_TOP + ftype;
|
||||||
sb_down_icon = frameBuffer->getIconBasePath() + "/" + NEUTRINO_ICON_BUTTON_DOWN + ftype;
|
sb_down_icon = NEUTRINO_ICON_BUTTON_DOWN + ftype;
|
||||||
|
|
||||||
sb_segments_count = count;
|
sb_segments_count = count;
|
||||||
sb_mark_id = 0;
|
sb_mark_id = 0;
|
||||||
|
Reference in New Issue
Block a user