Subversion Repositories Kolibri OS

Rev

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

Rev 7742 Rev 7743
Line 91... Line 91...
91
			CursorPointer.Load(#CursorFile);
91
			CursorPointer.Load(#CursorFile);
92
			CursorPointer.Set();
92
			CursorPointer.Set();
93
			if (links[active].underline) DrawBar(links[active].x, -WB1.list.first + links[active].y
93
			if (links[active].underline) DrawBar(links[active].x, -WB1.list.first + links[active].y
94
				+ links[active].h, links[active].w, links[active].underline_h, link_color_inactive);
94
				+ links[active].h, links[active].w, links[active].underline_h, link_color_inactive);
95
			if (links[i].underline) DrawBar(links[i].x, -WB1.list.first + links[i].y
95
			if (links[i].underline) DrawBar(links[i].x, -WB1.list.first + links[i].y
96
				+ links[i].h, links[i].w, links[i].underline_h, bg_color);
96
				+ links[i].h, links[i].w, links[i].underline_h, page_bg);
97
			active = i;
97
			active = i;
98
			DrawStatusBar(links[active].link);
98
			DrawStatusBar(links[active].link);
99
			return true;
99
			return true;
100
		}
100
		}
101
	}
101
	}