Changeset 738 for trunk/src/mouse_up.m


Ignore:
Timestamp:
Apr 14, 2014, 11:41:21 AM (10 years ago)
Author:
sommeria
Message:

various bug resolutions and improvements in particular with geometry_calib. Introduction of a tool set_slices in uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r714 r738  
    349349%% finalising ruler
    350350if test_ruler && ~isempty(xy)
    351     set(hhuvmat.MenuRuler,'checked','off')%desable the ruler option in uvmat
     351    %set(hhuvmat.MenuRuler,'checked','off')%desable the ruler option in uvmat
    352352    xy=get(hcurrentaxes,'CurrentPoint');% get the current mouse coordinates
    353353    RulerCoord=[AxeData.RulerCoord ;xy(1,1:2)];% append the recorded ruler origin to the current mouse coordinates
Note: See TracChangeset for help on using the changeset viewer.