Changeset 660 for trunk/src/activate.m


Ignore:
Timestamp:
Jul 5, 2013, 11:15:09 AM (11 years ago)
Author:
sommeria
Message:

a few bugs corrected in geometry_calib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/activate.m

    r627 r660  
    7171        pause(0.2)
    7272    end
    73     if strcmp(get(hObject,'Style'),'axes')
     73    if strcmp(get(hObject,'Type'),'axes')
    7474        mouse_down(hFig,[])
     75        pause(2)
    7576        mouse_up(hFig,[])
     77        drawnow
    7678    else
    7779    BackgroundColor=get(hObject,'BackgroundColor');
Note: See TracChangeset for help on using the changeset viewer.