Ignore:
Timestamp:
May 9, 2024, 6:51:30 PM (7 weeks ago)
Author:
sommeria
Message:

new display of false vectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r1127 r1143  
    469469                    %set(hh,'UserData',index_point)
    470470                    index_point=get(hh,'UserData');
     471                    if isnumeric(index_point)
    471472                    XCoord(index_point)=xy(1,1);
    472473                    YCoord(index_point)=xy(1,2);
    473474                    set(hh,'XData',XCoord)
    474475                    set(hh,'YData',YCoord)
    475                 end
    476                 if ~isempty(index_point)
     476                    end
     477                end
     478                if ~isempty(index_point)&& isnumeric(index_point)
    477479                    set(hh_geometry_calib.CoordLine,'String',num2str(index_point))
    478480                   % Data=get(h_ListCoord,'Data');
Note: See TracChangeset for help on using the changeset viewer.