Subversion Repositories Kolibri OS

Rev

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

Rev 4540 Rev 4544
Line 630... Line 630...
630
		if (text_align == ALIGN_RIGHT) DrawBuf.AlignRight(left1,top1,list.w,list.line_h,stolbec * 6);
630
		if (text_align == ALIGN_RIGHT) DrawBuf.AlignRight(left1,top1,list.w,list.line_h,stolbec * 6);
631
		PutPaletteImage(buf_data+8, list.w, list.line_h, left1-5, top1, 32,0);
631
		PutPaletteImage(buf_data+8, list.w, list.line_h, left1-5, top1, 32,0);
632
		DrawBuf.Fill(bg_color);
632
		DrawBuf.Fill(bg_color);
633
	}
633
	}
634
	stroka++;
634
	stroka++;
635
	if (blq_text) stolbec = 8; else stolbec = 0;
635
	if (blq_text) stolbec = 6; else stolbec = 0;
636
	if (li_text) stolbec = li_tab * 5;
636
	if (li_text) stolbec = li_tab * 5;
637
}
637
}