Subversion Repositories Kolibri OS

Rev

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

Rev 6059 Rev 7285
Line 44... Line 44...
44
			if (mouse.x>link.x[i]) 
44
			if (mouse.x>link.x[i]) 
45
			&& (-list.first*list.item_h+link.y[i]
45
			&& (-list.first*list.item_h+link.y[i]
46
			&& (mouse.x
46
			&& (mouse.x
47
			&& (-list.first*list.item_h+link.y[i]+link.h[i]>mouse.y) {
47
			&& (-list.first*list.item_h+link.y[i]+link.h[i]>mouse.y) {
48
				color = 0xFFFfff;
48
				color = 0xFFFfff;
-
 
49
				CursorPointer.Load(#CursorFile);
49
				CursorPointer.Set();
50
				CursorPointer.Set();
50
				active = i;
51
				active = i;
51
			}
52
			}
52
			else {
53
			else {
53
				color = 0x0000FF;
54
				color = 0x0000FF;