Subversion Repositories Kolibri OS

Rev

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

Rev 6806 Rev 6808
Line 446... Line 446...
446
}
446
}
Line 447... Line 447...
447
 
447
 
448
void DrawPage()
448
void DrawPage()
449
{
449
{
-
 
450
	list.CheckDoesValuesOkey();
450
	list.CheckDoesValuesOkey();
451
	if (list.count) {
-
 
452
		kfont.ShowBufferPart(list.x, list.y, list.w, list.h, list.first*list.item_h*list.w);
451
	if (list.count) _PutImage(list.x,list.y,list.w,list.h,list.first*list.item_h*list.w*3 + kfont.raw);
453
	}
452
	DrawScroller();
454
	DrawScroller();
Line 453... Line 455...
453
}
455
}
454
 
456