Subversion Repositories Kolibri OS

Rev

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

Rev 7037 Rev 7282
Line 86... Line 86...
86
			if (mouse.pkm) && (mouse.up) { 
86
			if (mouse.pkm) && (mouse.up) { 
87
				EventShowLinkMenu(mouse.x, mouse.y);
87
				EventShowLinkMenu(mouse.x, mouse.y);
88
				return false;
88
				return false;
89
			}
89
			}
90
			if (active==i) return false;
90
			if (active==i) return false;
-
 
91
			CursorPointer.Load(#CursorFile);
91
			CursorPointer.Set();
92
			CursorPointer.Set();
92
			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
93
				+ 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);
94
			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
95
				+ links[i].h, links[i].w, links[i].underline_h, bg_color);
96
				+ links[i].h, links[i].w, links[i].underline_h, bg_color);