3 instead of 1 step by list wheel scroll
This commit is contained in:
		
							parent
							
								
									67431865c9
								
							
						
					
					
						commit
						aba0603606
					
				@ -2289,9 +2289,9 @@ namespace nana
 | 
			
		||||
 | 
			
		||||
					index_pair target;
 | 
			
		||||
					if(upwards == false)
 | 
			
		||||
						lister.forward(scroll.offset_y_dpl, 1, target);
 | 
			
		||||
						lister.forward(scroll.offset_y_dpl, 3, target);  // scheme ??
 | 
			
		||||
					else
 | 
			
		||||
						lister.backward(scroll.offset_y_dpl, 1, target);
 | 
			
		||||
						lister.backward(scroll.offset_y_dpl, 3, target);
 | 
			
		||||
 | 
			
		||||
					if (target == scroll.offset_y_dpl)
 | 
			
		||||
						return false;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user