mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: e6861daf34
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-08-09 (Wed, 09 Aug 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -178,7 +178,7 @@ void CComponentsScrollBar::initSegments()
|
||||
fb_pixel_t passive_col = sb_visual_enable ? sb_segment_col : col_body;
|
||||
|
||||
//create and add segments to segment container
|
||||
for(u_int8_t i=0; i<sb_segments_count; i++){
|
||||
for(u_int32_t i=0; i<sb_segments_count; i++){
|
||||
CComponentsShapeSquare *item = new CComponentsShapeSquare(0, y_seg, w_seg, h_seg, sb_segments_obj, false);
|
||||
y_seg += h_seg + append_y_offset;
|
||||
|
||||
|
@@ -49,7 +49,7 @@ class CComponentsScrollBar : public CComponentsFrmChain
|
||||
fb_pixel_t sb_segment_col, sb_segment_col_sel;
|
||||
|
||||
///count of segments
|
||||
int sb_segments_count;
|
||||
u_int32_t sb_segments_count;
|
||||
|
||||
///mark id
|
||||
int sb_mark_id;
|
||||
|
Reference in New Issue
Block a user