Ignore:
Timestamp:
Jan 5, 2011, 12:42:15 AM (14 years ago)
Author:
sommeria
Message:

small bug repair in uvmat, proj_field (.Mesh for mouse) and civ (undefined callbacks)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r158 r173  
    365365                hh=findobj('Tag','calib_points');%look for handle of calibration points
    366366               if ~isempty(hh) && ~isempty(get(hh,'UserData')) && get(hh_geometry_calib.edit_append,'Value')
    367                     index_point=get(hh,'UserData')
     367                    index_point=get(hh,'UserData');
    368368                    XCoord(index_point)=xy(1,1);
    369369                    YCoord(index_point)=xy(1,2);
Note: See TracChangeset for help on using the changeset viewer.