Changeset 738 for trunk/src/mouse_up.m
- Timestamp:
- Apr 14, 2014, 11:41:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_up.m
r714 r738 349 349 %% finalising ruler 350 350 if test_ruler && ~isempty(xy) 351 set(hhuvmat.MenuRuler,'checked','off')%desable the ruler option in uvmat351 %set(hhuvmat.MenuRuler,'checked','off')%desable the ruler option in uvmat 352 352 xy=get(hcurrentaxes,'CurrentPoint');% get the current mouse coordinates 353 353 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.