Changeset 1112


Ignore:
Timestamp:
03/27/11 04:31:24 (2 years ago)
Author:
reyalP
Message:

Set zoom_status in gui.c for both G12 & SX30 - from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg63493#msg63493

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui.c

    r1077 r1112  
    23272327     if (x) { 
    23282328      get_property_case(PROPCASE_DIGITAL_ZOOM_POSITION, &x, sizeof(x)); 
    2329 #if defined (CAMERA_s90) || defined (CAMERA_s95) 
     2329#if defined (CAMERA_s90) || defined (CAMERA_s95) || defined (CAMERA_g12) || defined (CAMERA_sx30) 
    23302330          if (x==0) zoom_status=ZOOM_OPTICAL_MAX; //ERR99: No zoom back from digital to optical zoom possible if set to medium 
    2331 #elif defined (CAMERA_sx30)     || defined (CAMERA_g12)         // can't find, crashes camera ******* 
    23322331#else 
    23332332          if (x==0) zoom_status=ZOOM_OPTICAL_MEDIUM; 
Note: See TracChangeset for help on using the changeset viewer.