Changeset 660 for trunk/src/activate.m
- Timestamp:
- Jul 5, 2013, 11:15:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/activate.m
r627 r660 71 71 pause(0.2) 72 72 end 73 if strcmp(get(hObject,' Style'),'axes')73 if strcmp(get(hObject,'Type'),'axes') 74 74 mouse_down(hFig,[]) 75 pause(2) 75 76 mouse_up(hFig,[]) 77 drawnow 76 78 else 77 79 BackgroundColor=get(hObject,'BackgroundColor');
Note: See TracChangeset
for help on using the changeset viewer.