Changeset 71 for trunk/src/keyboard_callback.m
- Timestamp:
- Mar 29, 2010, 6:34:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/keyboard_callback.m
r40 r71 24 24 if ismember(xx,[8 127]) %if the delete or suppr key is pressed, delete the current object 25 25 currentobject=gco; 26 huvmat=findobj(allchild(0),' Name','uvmat');26 huvmat=findobj(allchild(0),'tag','uvmat'); 27 27 % UvData=get(huvmat,'UserData');%Data associated to the current uvmat interface 28 hlist_object=findobj(huvmat,'Tag','list_object ');28 hlist_object=findobj(huvmat,'Tag','list_object_1'); 29 29 ObjIndex=get(hlist_object,'Value') 30 if ObjIndex>1 30 if ObjIndex>1 31 31 delete_object(ObjIndex) 32 32 end
Note: See TracChangeset
for help on using the changeset viewer.