Ignore:
Timestamp:
Mar 20, 2026, 4:42:36 PM (22 hours ago)
Author:
sommeria
Message:

bug repaired for civ image rescale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r1195 r1200  
    3737end
    3838hhCurrentFig=guidata(hCurrentFig);%handles of the elements in the GUI containing the current figure (uvmat or view_field)
     39if isempty(hhCurrentFig)
     40    return
     41end
    3942CheckZoom=get(hhCurrentFig.CheckZoom,'Value');% check for zoom on mode
    4043CheckZoomFig=get(hhCurrentFig.CheckZoomFig,'Value');% check for zoom sub fig creation mode
Note: See TracChangeset for help on using the changeset viewer.