Changeset 532


Ignore:
Timestamp:
10/10/08 20:33:45 (5 years ago)
Author:
phyrephox
Message:
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui.c

    r531 r532  
    17921792    curve_load(conf.curve_file); // load curve upon init  
    17931793    drcurve_load("A/CHDK/SYSCURVES.CVF"); // load system L curves 
    1794                 shooting_set_zoom(conf.zoom_override_value); 
     1794                 
     1795                if (conf.zoom_override) shooting_set_zoom(conf.zoom_override_value); 
    17951796} 
    17961797 
  • trunk/doc/version.txt

    r531 r532  
    55 
    66log 
     7 
     80.6.1 / #532 / PhP 
     9 
     10* fixed bug regarding zoom override feature (added check, see http://chdk.setepontos.com/index.php/topic,2426.0.html) 
    711 
    8120.6.0 / #531 / PhyrePhoX 
  • trunk/version.inc

    r531 r532  
    1 BUILD_NUMBER := 0.6.0 
     1BUILD_NUMBER := 0.6.1 
Note: See TracChangeset for help on using the changeset viewer.