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 65... Line 65...
65
	if (list.count < list.visible) list.count = list.visible;
65
	if (list.count < list.visible) list.count = list.visible;
66
	kfont.size.height = list.count+1*list.item_h;
66
	kfont.size.height = list.count+1*list.item_h;
67
	kfont.raw_size = 0;
67
	kfont.raw_size = 0;
68
	Parcer(DRAW_BUF);
68
	Parcer(DRAW_BUF);
Line -... Line 69...
-
 
69
 
69
 
70
	if (list.count > list.visible * 10) DrawPage();
70
	//draw result
71
	//draw result
71
	kfont.ApplySmooth();
72
	kfont.ApplySmooth();
72
	DrawPage();
73
	DrawPage();