Changeset 1180 for trunk/src/mouse_up.m
- Timestamp:
- Mar 27, 2025, 5:59:21 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_up.m
r1127 r1180 71 71 PlotData=get(AxeData.CurrentObject,'UserData');%get data attached to the current projection object 72 72 IndexObj=PlotData.IndexObj; 73 if IndexObj<=numel(UvData.ProjObject) 73 74 ObjectData=UvData.ProjObject{IndexObj}; 74 75 check_multiple=0; … … 120 121 end 121 122 end 122 123 123 124 %show object coordinates in the GUI set_object 124 125 if strcmp(ObjectData.Type,'rectangle')||strcmp(ObjectData.Type,'ellipse') … … 127 128 set(hh_set_object.num_RangeY_2,'String',num2str(ObjectData.RangeY,4)); 128 129 end 130 129 131 130 132 %% stop drawing and plot the projected field if the object manipulation is finished … … 195 197 hother=findobj('Tag','deformpoint');%find all the deformpoints 196 198 set(hother,'Color','b');%reset all the deformpoints in 'blue' 199 end 197 200 end 198 201
Note: See TracChangeset
for help on using the changeset viewer.