Changeset 238 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Apr 18, 2011, 10:42:29 PM (13 years ago)
Author:
sommeria
Message:

various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r231 r238  
    109109                haxes=[];%mouse out of axes
    110110            end
     111            break
     112        elseif isequal(htype,'uicontrol') && isequal(get(hchild(ichild),'Visible'),'on')
     113            msgbox(get(hchild(ichild),'String'),get(hchild(ichild),'Tag'))
     114            break
    111115        end
    112116    end
Note: See TracChangeset for help on using the changeset viewer.