Subversion Repositories Kolibri OS

Rev

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

Rev 6631 Rev 6638
Line 289... Line 289...
289
 
289
 
290
	write_start = buf_start;
290
	write_start = buf_start;
291
	buf_end = strlen(buf_start) + buf_start;
291
	buf_end = strlen(buf_start) + buf_start;
Line 292... Line -...
292
	label_length_max  = w / 8; // 8 big font char width
-
 
293
 
-
 
294
	//DrawRectangle(x-2, y-2, w+4, h+4, system.color.work_graph);
-
 
295
	//DrawRectangle3D(x-1, y-1, w+2, h+2, 0xDDDddd, 0xffffff);
292
	label_length_max  = w / 8; // 8 big font char width
296
 
293
 
297
	loop() 
294
	loop() 
298
	{
295
	{
299
		if (bg_col!=-1) DrawBar(x, y, w+1, line_h, bg_col);
296
		if (bg_col!=-1) DrawBar(x, y, w+1, line_h, bg_col);