Subversion Repositories Kolibri OS

Rev

Rev 7422 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7422 Rev 7444
Line 201... Line 201...
201
		
201
		
202
		if (mouse.up) {
202
		if (mouse.up) {
203
			selection.copy_to_buf();
203
				selection.copy_to_buf();
204
		}
204
		}
-
 
205
	}
-
 
206
/*
-
 
207
	//forbid to select a single pixel
-
 
208
	if (mouse.up) {
-
 
209
		if (! selection.end_x-selection.start_x) 
-
 
210
		&& (! selection.end_y-selection.start_y) {
-
 
211
			selection.reset();
-
 
212
		}
-
 
213
	}
205
	}
214
*/
Line 206... Line 215...
206
}
215
}
207
 
216