Set Rel_Coords button values to 0/1 instead of 2/1
This commit is contained in:
		
							parent
							
								
									aab99d474b
								
							
						
					
					
						commit
						a851e49f86
					
				@ -761,8 +761,8 @@ const T_Lookup Lookup_AutoRes[] = {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const T_Lookup Lookup_Coords[] = {
 | 
					const T_Lookup Lookup_Coords[] = {
 | 
				
			||||||
 | 
					  {"Absolute",0},
 | 
				
			||||||
  {"Relative",1},
 | 
					  {"Relative",1},
 | 
				
			||||||
  {"Absolute",2},
 | 
					 | 
				
			||||||
  {NULL,-1},
 | 
					  {NULL,-1},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user