Changeset 302 for trunk/src/view_field.m


Ignore:
Timestamp:
Nov 26, 2011, 4:31:48 PM (12 years ago)
Author:
sommeria
Message:

improve the display of projection objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r295 r302  
    7373if ~isempty(huvmat)
    7474    hhuvmat=guidata(huvmat);
    75     set(hhuvmat.list_object_2,'Visible','on')
    76     set(hhuvmat.view_field_title,'Visible','on')
     75%     set(hhuvmat.list_object_2,'Visible','on')
     76%     set(hhuvmat.view_field_title,'Visible','on')
    7777    % handles_mouse.create=hhuvmat.create;
    7878    handles_mouse.edit=hhuvmat.edit_object;
     
    739739if ~isempty(huvmat)
    740740hhuvmat=guidata(huvmat);
    741 list_object_2=get(hhuvmat.list_object_2,'String');
    742 set(hhuvmat.list_object_2,'Value',1)%select the last value ('...')
     741% list_object_2=get(hhuvmat.list_object_2,'String');
     742% set(hhuvmat.list_object_2,'Value',1)%select the last value ('...')
    743743end
    744744delete(hObject)
Note: See TracChangeset for help on using the changeset viewer.