Subversion Repositories Kolibri OS

Rev

Rev 9597 | Rev 9632 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9597 Rev 9602
Line 153... Line 153...
153
	}
153
	}
Line 154... Line 154...
154
 
154
 
155
	scroll_v.all_redraw = scroll_h.all_redraw = 1;
155
	scroll_v.all_redraw = scroll_h.all_redraw = 1;
156
	if (skin_is_dark()) 
156
	if (skin_is_dark()) 
157
	{
157
	{
158
		scroll_v.bckg_col = scroll_h.bckg_col = sc.work_light;
158
		scroll_v.bckg_col = scroll_h.bckg_col = sc.light;
159
		scroll_v.frnt_col = scroll_h.frnt_col = sc.button;
159
		scroll_v.frnt_col = scroll_h.frnt_col = sc.button;
160
		scroll_v.line_col = scroll_h.line_col = sc.button_text;
160
		scroll_v.line_col = scroll_h.line_col = sc.button_text;
161
	}
161
	}