Subversion Repositories Kolibri OS

Rev

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

Rev 7758 Rev 7759
Line 112... Line 112...
112
			if (active==i) return false;
112
			if (active==i) return false;
113
			CursorPointer.Load(#CursorFile);
113
			CursorPointer.Load(#CursorFile);
114
			CursorPointer.Set();
114
			CursorPointer.Set();
Line 115... Line 115...
115
 
115
 
116
			if (links[active].underline) {
116
			if (links[active].underline) {
117
				DrawUnderline(active, list_first, list_y, link_color_inactive);			
117
				DrawUnderline(active, list_first, list_y, link_color_default);			
Line 118... Line 118...
118
			}
118
			}
119
 
119
 
120
			if (links[i].underline) {
120
			if (links[i].underline) {
Line 128... Line 128...
128
	}
128
	}
129
	if (active!=-1)
129
	if (active!=-1)
130
	{
130
	{
131
		CursorPointer.Restore();
131
		CursorPointer.Restore();
132
		if (links[active].underline) {
132
		if (links[active].underline) {
133
			DrawUnderline(active, list_first, list_y, link_color_inactive);
133
			DrawUnderline(active, list_first, list_y, link_color_default);
134
		}
134
		}
135
		DrawStatusBar(NULL);
135
		DrawStatusBar(NULL);
136
		active = -1;
136
		active = -1;
137
	}
137
	}
138
}
138
}