Ignore:
Timestamp:
Sep 2, 2013, 2:42:52 PM (11 years ago)
Author:
sommeria
Message:

mouse action improved for translations, use of magenta color to indicate that REFRESH is needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r680 r681  
    394394    end
    395395    if test_patch
     396        if isfield(PlotData,'SubObject')
    396397        for iobj=1:length(PlotData.SubObject)
    397398            if ~ishandle(PlotData.SubObject(iobj))
     
    408409                end
    409410            end
    410         end     
     411        end
     412        end
    411413    else% no patch image requested, erase existing ones
    412414        if isfield(PlotData,'SubObject')
Note: See TracChangeset for help on using the changeset viewer.