Changeset 541 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Sep 14, 2012, 9:06:04 AM (12 years ago)
Author:
sommeria
Message:

bugs corrected in geometry_calib and zoom management in uvmat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r534 r541  
    377377end
    378378
    379 %% create calibration points if the GUI geometry_calib is opened, if the main axes axes3 of uvmat has ben selected
    380 if ~test_zoom && test_cal && ~isempty(haxes) && strcmp(get(haxes,'tag'),'axes3')
     379%% create calibration points if the GUI geometry_calib is opened, if the main axes PlotAxes of uvmat has ben selected
     380if ~test_zoom && test_cal && ~isempty(haxes) && strcmp(get(haxes,'tag'),'PlotAxes')
    381381    h_geometry_calib=findobj(allchild(0),'Name','geometry_calib'); %find the geomterty_calib GUI
    382382    hh_geometry_calib=guidata(h_geometry_calib);
Note: See TracChangeset for help on using the changeset viewer.