Changeset 104


Ignore:
Timestamp:
Jun 23, 2010, 4:54:15 PM (14 years ago)
Author:
gostiaux
Message:

Same as previous revision (file was not saved before commit, sorry...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r103 r104  
    6262for ichild=1:length(hchild)
    6363    obj_pos=get(hchild(ichild),'Position');
    64     if numel(obj_pos)~=4% for some versions of matlab some objects
    65         get(hchild(ichild))
    66 %         continue
     64    if numel(obj_pos)~=4% for some versions of matlab a uicontextmenu appears
     65        continue
    6766    end%position of the object
    6867    if xy_fig(1) >=obj_pos(1) & xy_fig(2) >= obj_pos(2)& xy_fig(1) <=obj_pos(1)+obj_pos(3) & xy_fig(2) <= obj_pos(2)+obj_pos(4);
Note: See TracChangeset for help on using the changeset viewer.