Changeset 1081 for trunk/src/read_GUI.m
- Timestamp:
- May 28, 2020, 5:30:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_GUI.m
r1071 r1081 71 71 end 72 72 case {'listbox','popupmenu'} 73 listinput=get(hchild(ichild),'String') ;74 value=get(hchild(ichild),'Value') ;73 listinput=get(hchild(ichild),'String') 74 value=get(hchild(ichild),'Value') 75 75 if ~isempty(listinput) 76 76 if numel(value)==1% single selection
Note: See TracChangeset
for help on using the changeset viewer.