Subversion Repositories Kolibri OS

Rev

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

Rev 8413 Rev 8451
Line 85... Line 85...
85
			if (active!=i) {
85
			if (active!=i) {
86
				CursorPointer.Load(#CursorFile);
86
				CursorPointer.Load(#CursorFile);
87
				CursorPointer.Set();
87
				CursorPointer.Set();
Line 88... Line 88...
88
 
88
 
89
				draw_underline(active, list_first, list_y, link_color_default);			
89
				draw_underline(active, list_first, list_y, link_color_default);			
Line 90... Line 90...
90
				draw_underline(i, list_first, list_y, page_bg);
90
				draw_underline(i, list_first, list_y, DEFAULT_BG_COL);
91
 
91
 
92
				active_url = link.get(i);
92
				active_url = link.get(i);
93
				active = i;
93
				active = i;