Changeset 87 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Apr 27, 2010, 7:56:28 PM (14 years ago)
Author:
sommeria
Message:

improvement of vioew_field
suppress spurious 'todo' path in civ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r78 r87  
    3030end
    3131hhuvmat=guidata(huvmat);%handles of elements in uvmat
     32guihandles=guidata(hObject);
    3233UvData=get(huvmat,'UserData');
    3334MouseAction='none'; %default
    34 testzoom=get(hhuvmat.zoom,'Value');% get the mouse action from the uvmat GUI: options:
     35testzoom=get(guihandles.zoom,'Value');% get the mouse action from the uvmat GUI: options:
    3536if isfield(UvData,'MouseAction')
    3637    MouseAction=UvData.MouseAction;% get the mouse action from the uvmat GUI: options:
Note: See TracChangeset for help on using the changeset viewer.