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_motion.m

    r657 r660  
    397397                end
    398398                hh=findobj('Tag','calib_points');%look for handle of calibration points
    399                if ~isempty(hh) && ~isempty(get(hh,'UserData')) && get(hh_geometry_calib.edit_append,'Value')
     399               if ~isempty(hh) && ~isempty(get(hh,'UserData')) && get(hh_geometry_calib.CheckEnableMouse,'Value')
    400400                   %set(hh,'UserData',index_point)
    401401                    index_point=get(hh,'UserData');
Note: See TracChangeset for help on using the changeset viewer.