Subversion Repositories Kolibri OS

Rev

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

Rev 7799 Rev 7889
Line 95... Line 95...
95
		}
95
		}
Line 96... Line 96...
96
 
96
 
97
		text_color__ = text_colors[text_color_index];
97
		text_color__ = text_colors[text_color_index];
Line 98... Line 98...
98
		if (link) && (text_colors[text_color_index]==text_colors[0]) text_color__ = link_color_default;
98
		if (link) && (text_colors[text_color_index]==text_colors[0]) text_color__ = link_color_default;
99
 
99
 
100
		DrawBuf.WriteText(start_x, draw_y, list.font_type, text_color__, #line);
100
		DrawBuf.WriteText(start_x, draw_y, list.font_type, text_color__, #line, NULL);
101
		if (style.b) DrawBuf.WriteText(start_x+1, draw_y, list.font_type, text_color__, #line);
101
		if (style.b) DrawBuf.WriteText(start_x+1, draw_y, list.font_type, text_color__, #line, NULL);
102
		if (style.s) DrawBuf.DrawBar(start_x, list.item_h / 2 - zoom + draw_y, line_length, zoom, text_color__);
102
		if (style.s) DrawBuf.DrawBar(start_x, list.item_h / 2 - zoom + draw_y, line_length, zoom, text_color__);
103
		if (style.u) DrawBuf.DrawBar(start_x, list.item_h - zoom - zoom + draw_y, line_length, zoom, text_color__);
103
		if (style.u) DrawBuf.DrawBar(start_x, list.item_h - zoom - zoom + draw_y, line_length, zoom, text_color__);
104
		if (link) {
104
		if (link) {