Changeset 210 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Feb 28, 2011, 11:29:08 PM (13 years ago)
Author:
sommeria
Message:

correction bug for vector plot (Fixscale did not work), extensions for 3D fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r187 r210  
    7272
    7373%% loop on all the objects in the current figure (selected by the last mouse click)
     74%CurrentOrigin=get(hObject,'CurrentPoint')
    7475for ichild=1:length(hchild)
    7576    obj_pos=get(hchild(ichild),'Position');%position of the object
Note: See TracChangeset for help on using the changeset viewer.