Lua: Fixed the inputboex's radio buttons that didn't act as radio since 2 April. Classic skin is now resaved as actual png.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1506 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
		
							parent
							
								
									ca18967d11
								
							
						
					
					
						commit
						2441c5cfd7
					
				
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 16 KiB  | 
@ -577,7 +577,7 @@ int L_InputBox(lua_State* L)
 | 
			
		||||
    LUA_ARG_NUMBER(setting*args_per_setting+6, "inputbox", decimal_places[setting], -15.0, 15.0);
 | 
			
		||||
    if (decimal_places[setting]>15)
 | 
			
		||||
        decimal_places[setting]=15;
 | 
			
		||||
    if (min_value[setting]!=0 || min_value[setting]!=1)
 | 
			
		||||
    if (min_value[setting]!=0 || max_value[setting]!=1)
 | 
			
		||||
      if (decimal_places[setting]<0)
 | 
			
		||||
        decimal_places[setting]=0;
 | 
			
		||||
    // Keep current value in range
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user