Changeset 534 for trunk/src/uvmat.m


Ignore:
Timestamp:
Aug 31, 2012, 4:20:32 PM (12 years ago)
Author:
sommeria
Message:

bugs repaired. color images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r530 r534  
    44594459set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) 
    44604460ListObject=get(handles.ListObject,'String');
     4461if isempty(ListObject)
     4462    ListObject={''};
     4463end
    44614464if ~strcmp(ListObject{end},'')
    44624465    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.