Changeset 1123 for trunk/src/fill_GUI.m


Ignore:
Timestamp:
Aug 21, 2023, 5:53:05 PM (13 months ago)
Author:
sommeria
Message:

various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fill_GUI.m

    r1122 r1123  
    6060        hh=[];
    6161        input_data=Param.(fields{ifield});
     62        if isfield(Param,'Type') && isa(Param.Type,'matlab.graphics.primitive.Rectangle')
     63            input_data='rectangle';
     64        end
    6265        check_done=0;
    6366        if isfield(handles,fields{ifield})
Note: See TracChangeset for help on using the changeset viewer.