Subversion Repositories Kolibri OS

Rev

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

Rev 7793 Rev 7794
Line 96... Line 96...
96
				links[active].w, links[active].h, 0);
96
				links[active].w, links[active].h, 0);
97
				return false;
97
				return false;
98
			}
98
			}
99
			if (mouse.mkm) && (mouse.up) {
99
			if (mouse.mkm) && (mouse.up) {
100
				if (key_modifier&KEY_LSHIFT) || (key_modifier&KEY_RSHIFT) {
100
				if (key_modifier&KEY_LSHIFT) || (key_modifier&KEY_RSHIFT) {
101
					ProcessEvent(IN_NEW_TAB);
101
					open_new_window = true;
-
 
102
					EventClickLink(PageLinks.GetURL(PageLinks.active));
-
 
103
					open_new_window = false;
102
				} else {
104
				} else {
-
 
105
					open_new_tab = true;
-
 
106
					EventClickLink(PageLinks.GetURL(PageLinks.active));
103
					ProcessEvent(IN_NEW_WINDOW);
107
					open_new_tab = false;
104
				}
108
				}
105
				return false;
109
				return false;
106
			}
110
			}
107
			if (mouse.lkm) && (mouse.up) { 
111
			if (mouse.lkm) && (mouse.up) { 
108
				CursorPointer.Restore();
112
				CursorPointer.Restore();