Changeset 660 for trunk/src/mouse_up.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/mouse_up.m

    r657 r660  
    333333    if ~isempty(h_geometry_calib)
    334334        hh_geometry_calib=guidata(h_geometry_calib);
    335         edit_test=get(hh_geometry_calib.edit_append,'Value');
     335        edit_test=get(hh_geometry_calib.CheckEnableMouse,'Value');
    336336        hh=findobj(hcurrentaxes,'tag','calib_points');%look for handle of calibration points
    337337        if ~isempty(hh) && edit_test
Note: See TracChangeset for help on using the changeset viewer.