mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
CComponentsScrollBar: fix missed navi arrows
Paths were broken comes in withe9d0710b7c
Origin commit data ------------------ Branch: ni/coolstream Commit:c07f999476
Author: Thilo Graf <dbt@novatux.de> Date: 2016-03-17 (Thu, 17 Mar 2016) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -80,9 +80,8 @@ void CComponentsScrollBar::initVarSbForm(const int& count)
|
|||||||
sb_up_obj = sb_down_obj = NULL;
|
sb_up_obj = sb_down_obj = NULL;
|
||||||
sb_segments_obj = NULL;
|
sb_segments_obj = NULL;
|
||||||
|
|
||||||
string ftype = ".png";
|
sb_up_icon = frameBuffer->getIconPath(NEUTRINO_ICON_BUTTON_TOP) ;
|
||||||
sb_up_icon = NEUTRINO_ICON_BUTTON_TOP + ftype;
|
sb_down_icon = frameBuffer->getIconPath(NEUTRINO_ICON_BUTTON_DOWN);
|
||||||
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