Subversion Repositories Kolibri OS

Rev

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

Rev 4651 Rev 4666
Line 677... Line 677...
677
	if (t_html) && (!t_body) return;
677
	if (t_html) && (!t_body) return;
678
	if (top1>=list.y) && ( top1 < list.h+list.y-10)  && (!anchor)
678
	if (top1>=list.y) && ( top1 < list.h+list.y-10)  && (!anchor)
679
	{
679
	{
680
		if (text_align == ALIGN_CENTER) DrawBuf.AlignCenter(left1,top1,list.w,list.line_h,stolbec * 6);
680
		if (text_align == ALIGN_CENTER) DrawBuf.AlignCenter(left1,top1,list.w,list.line_h,stolbec * 6);
681
		if (text_align == ALIGN_RIGHT) DrawBuf.AlignRight(left1,top1,list.w,list.line_h,stolbec * 6);
681
		if (text_align == ALIGN_RIGHT) DrawBuf.AlignRight(left1,top1,list.w,list.line_h,stolbec * 6);
682
		PutPaletteImage(buf_data+8, list.w, list.line_h, left1-5, top1, 32,0);
682
		DrawBuf.Show();
683
		DrawBuf.Fill(bg_color);
683
		DrawBuf.Fill(bg_color);
684
	}
684
	}
685
	stroka++;
685
	stroka++;
686
	if (blq_text) stolbec = 6; else stolbec = 0;
686
	if (blq_text) stolbec = 6; else stolbec = 0;
687
	if (li_text) stolbec = li_tab * 5;
687
	if (li_text) stolbec = li_tab * 5;