Changeset 368 for trunk/src/fill_GUI.m


Ignore:
Timestamp:
Jan 12, 2012, 3:55:07 PM (12 years ago)
Author:
sommeria
Message:

various bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fill_GUI.m

    r363 r368  
    33function errormsg=fill_GUI(Param,handles)
    44%------------------------------------------------------------------------
     5
    56errormsg='';
    67fields=fieldnames(Param);
     
    2930        if ~isempty(hh)
    3031            set(hh,'Visible','on')
    31             get(hh,'style')
    32             input_data
     32%             input_data
    3333            switch get(hh,'style')
    3434                case {'checkbox','radiobutton','togglebutton'}
Note: See TracChangeset for help on using the changeset viewer.