Changeset 521 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Aug 18, 2012, 11:17:48 PM (12 years ago)
Author:
sommeria
Message:

various bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r512 r521  
    129129                end
    130130                break
     131               
    131132            %if the mouse is over a uicontrol, duplicate the display  in an editable  zoom window
    132133            case 'uicontrol'
     
    169170    set(hObject,'Units','pixels')
    170171    if strcmp(get(hchild,'enable'),'on')
    171     set(hchild,'String',output_str)
     172    set(hchild,'String',output_str)% fill the parent uicontrol with the sttring edited in the msgbox
    172173    end
    173174end
Note: See TracChangeset for help on using the changeset viewer.