Changeset 534 for trunk/src/uvmat.m
- Timestamp:
- Aug 31, 2012, 4:20:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r530 r534 4459 4459 set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) 4460 4460 ListObject=get(handles.ListObject,'String'); 4461 if isempty(ListObject) 4462 ListObject={''}; 4463 end 4461 4464 if ~strcmp(ListObject{end},'') 4462 4465 ListObject=[ListObject;{''}]; %append a blank to the list (if nort already done) to indicate the creation of a new object
Note: See TracChangeset
for help on using the changeset viewer.