Subversion Repositories Kolibri OS

Rev

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

Rev 9089 Rev 9259
Line 1... Line 1...
1
//Copyright 2007-2021 by Veliant & Leency
1
//Copyright 2007-2021 by Veliant & Leency
2
//Asper, lev, Lrz, Barsuk, Nable, hidnplayr...
2
//Asper, lev, Lrz, Barsuk, Nable, hidnplayr...
Line -... Line 3...
-
 
3
 
-
 
4
//BUGS
-
 
5
//if maximize a window on image load => crash
-
 
6
//issues with a long line
-
 
7
//add proxy settings
3
 
8
 
4
//===================================================//
9
//===================================================//
5
//                                                   //
10
//                                                   //
6
//                       LIB                         //
11
//                       LIB                         //
7
//                                                   //
12
//                                                   //
Line 136... Line 141...
136
 
141
 
Line 137... Line 142...
137
			if (WB1.list.MouseScroll(mouse.vert)) WB1.DrawPage();
142
			if (WB1.list.MouseScroll(mouse.vert)) WB1.DrawPage();
138
 
143
 
139
			if (WB1.list.count > WB1.list.visible) {
144
			if (WB1.list.count > WB1.list.visible) {
140
				scrollbar_v_mouse (#scroll_wv);
145
				scrollbar_v_mouse (#scroll_wv);
141
				if (scroll_wv.delta2) {
146
				if (WB1.list.first != scroll_wv.position) {
142
					WB1.list.first = scroll_wv.position;
147
					WB1.list.first = scroll_wv.position;
143
					WB1.DrawPage();
148
					WB1.DrawPage();
144
					break;
149
					break;