Ignore:
Timestamp:
Feb 20, 2014, 3:49:21 PM (10 years ago)
Author:
sommeria
Message:

improving figure extracting and keyboard callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/keyboard_callback.m

    r710 r713  
    5252            switch get(gco,'tag')% tag of the current edit box
    5353                case {'RootPath', 'SubDir','RootFile','FileExt','RootPath_1', 'SubDir_1','RootFile_1','FileExt_1'}
    54                     set(handleshaxes.REFRESH,'BackgroundColor',[1 0 1])%indicat that REFRESH must be activated (intyroduce the whole series)
     54                    set(handleshaxes.InputFileREFRESH,'BackgroundColor',[1 0 1])%indicat that REFRESH must be activated (intyroduce the whole series)
     55                case 'num_IndexIncrement'% no action
    5556                otherwise
    56                     set(handleshaxes.run0,'BackgroundColor',[1 0 1])%indicat that run0 must be activated
     57                    set(handleshaxes.REFRESH,'BackgroundColor',[1 0 1])%indicat that run0 must be activated
    5758            end
    5859    end
Note: See TracChangeset for help on using the changeset viewer.