Changeset 79 for trunk/src/mouse_motion.m
- Timestamp:
- Apr 5, 2010, 3:11:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r78 r79 105 105 set(0,'Children',hstack);%put back the initial figure stack after plot creation 106 106 else 107 set(hhh,'Visible','on') 107 108 set(hhh,'Position',[AxeData.X(ivec)-AxeData.Mesh/2 AxeData.Y(ivec)-AxeData.Mesh/2 AxeData.Mesh AxeData.Mesh]) 108 109 end … … 135 136 else 136 137 if ~isempty(hhh) 137 delete(hhh)138 set(hhh,'Visible','off') 138 139 end 139 140 end
Note: See TracChangeset
for help on using the changeset viewer.