Changeset 699 for trunk/src/uvmat.m


Ignore:
Timestamp:
Dec 12, 2013, 3:58:02 PM (10 years ago)
Author:
sommeria
Message:

mouse indication improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r693 r699  
    28252825function CheckZoom_Callback(hObject, eventdata, handles)
    28262826
    2827 if get(handles.CheckZoom,'Value')
    2828     set(handles.CheckFixLimits,'Value',1)% propose by default fixed limits for the plotting axes
    2829     set(handles.CheckZoomFig,'Value',0)%desactivate zoom fig
    2830 end
     2827    if get(handles.CheckZoom,'Value')
     2828        set(handles.CheckFixLimits,'Value',1)% propose by default fixed limits for the plotting axes
     2829        set(handles.CheckZoomFig,'Value',0)%desactivate zoom fig
     2830    end
     2831
    28312832
    28322833%------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.