Changeset 252 for trunk/src/series.m


Ignore:
Timestamp:
May 15, 2011, 11:17:08 PM (13 years ago)
Author:
sommeria
Message:

various bugs corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r248 r252  
    125125    FieldCell{1}=param.list_fields{param.index_fields};
    126126end
    127 % if isfield(param,'velTypeMenu')&&isfield(param,'velTypeIndex')
    128 %     set(handles.VelTypeMenu,'Value',param.VelTypeIndex)
    129 %     set(handles.VelTypeMenu,'String',param.VelTypeMenu)
    130 % end 
    131 set(hObject,'WindowButtonUpFcn',{'mouse_up_gui',handles})
     127set(hObject,'WindowButtonDownFcn',{'mouse_alt_gui',handles}) % allows mouse action with right button (zoom for uicontrol display)
    132128NomType_Callback(hObject, eventdata, handles)
    133129
Note: See TracChangeset for help on using the changeset viewer.