Subversion Repositories Kolibri OS

Rev

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

Rev 8440 Rev 8443
Line 139... Line 139...
139
{
139
{
140
	t_html = t_body = link = false;
140
	t_html = t_body = link = false;
141
	style.reset();
141
	style.reset();
142
	link_color_default = 0x0000FF;
142
	link_color_default = 0x0000FF;
143
	link_color_active = 0xFF0000;
143
	link_color_active = 0xFF0000;
144
	page_bg = 0xffEBE8E9; //E0E3E3 EBE8E9
144
	style.bg_color = page_bg = 0xffEBE8E9; //E0E3E3 EBE8E9
145
	style.bg_color = page_bg;
-
 
146
	canvas.Fill(0, page_bg);
145
	canvas.Fill(0, page_bg);
147
	links.clear();
146
	links.clear();
148
	anchors.clear();
147
	anchors.clear();
149
	img_url.drop();
148
	img_url.drop();
150
	text_colors.drop();
149
	text_colors.drop();