Changeset 252 for trunk/src/series.m
- Timestamp:
- May 15, 2011, 11:17:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r248 r252 125 125 FieldCell{1}=param.list_fields{param.index_fields}; 126 126 end 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}) 127 set(hObject,'WindowButtonDownFcn',{'mouse_alt_gui',handles}) % allows mouse action with right button (zoom for uicontrol display) 132 128 NomType_Callback(hObject, eventdata, handles) 133 129
Note: See TracChangeset
for help on using the changeset viewer.