Changeset 233 for trunk/src/set_object.m
- Timestamp:
- Apr 6, 2011, 11:54:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r231 r233 681 681 testnew=0; 682 682 ObjectData=read_set_object(handles);%read the input parameters defining the object in the GUI set_object 683 if strcmp(ListObject{IndexObj_1},ObjectName)% we are editing the object whose projection is viewed in the uvmat frame683 if ~isempty(ListObject) && strcmp(ListObject{IndexObj_1},ObjectName)% we are editing the object whose projection is viewed in the uvmat frame 684 684 IndexObj=IndexObj_1; 685 685 projview='uvmat';
Note: See TracChangeset
for help on using the changeset viewer.