Changeset 413 for trunk/src/uvmat.m
- Timestamp:
- May 8, 2012, 2:27:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r411 r413 2513 2513 return 2514 2514 end 2515 % if testnewseries && isfield(ObjectData,'CoordUnit')&& isfield(PlotParam{imap},'Coordinates')2516 % PlotParam{imap}.Coordinates=rmfield(PlotParam{imap}.Coordinates,'CheckFixEqual'); %set FixEqual to depend on the field (=1 if Data.CoordUnit=1 in plot_field)2517 % end2518 2515 if testnewseries && isfield(ObjectData,'CoordUnit') 2519 PlotParam{imap}.Coordinates.CheckFixEqual=1; 2516 PlotParam{imap}.Coordinates.CheckFixEqual=1;% set x and y scaling equal if CoordUnit is defined (common unit for x and y) 2520 2517 end 2521 2518 %use of mask (TODO: check) … … 4425 4422 hhset_object=guidata(hset_object); 4426 4423 set(hhset_object.PLOT,'enable','on')% activate the refresh button 4427 set(handles.MenuObject,'checked','on')4424 %set(handles.MenuObject,'checked','on') 4428 4425 set(handles.uvmat,'UserData',UvData) 4429 4426 set(handles.CheckZoom,'Value',0) %desactivate the zoom for object creation by the mouse … … 4456 4453 set(handles.edit_object,'Value',0); %suppress the object edit mode 4457 4454 set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) 4458 set(handles.MenuObject,'checked','on')4455 %set(handles.MenuObject,'checked','on') 4459 4456 set(handles.delete_object,'Visible','on') 4460 4457
Note: See TracChangeset
for help on using the changeset viewer.