Changeset 660 for trunk/src/mouse_motion.m
- Timestamp:
- Jul 5, 2013, 11:15:09 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r657 r660 397 397 end 398 398 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') 400 400 %set(hh,'UserData',index_point) 401 401 index_point=get(hh,'UserData');
Note: See TracChangeset
for help on using the changeset viewer.