Changeset 81 for trunk/src/mouse_up.m


Ignore:
Timestamp:
Apr 13, 2010, 10:37:08 AM (14 years ago)
Author:
sommeria
Message:

several bug repairs:
option movie backward introduced for uvmat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r78 r81  
    262262
    263263% editing calibration point
    264 if ~zoomstate strcmp(MouseAction,'calib')
     264if ~zoomstate && strcmp(MouseAction,'calib')
    265265    h_geometry_calib=findobj(allchild(0),'Name','geometry_calib'); %find the geomterty_calib GUI
    266266    hh_geometry_calib=guidata(h_geometry_calib);
Note: See TracChangeset for help on using the changeset viewer.