Changeset 714 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Feb 22, 2014, 5:11:04 PM (10 years ago)
Author:
sommeria
Message:

various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r713 r714  
    3131else
    3232    hCurrentGUI=hObject; % handle of the current GUI: usual plot
     33end
     34if strcmp(get(hCurrentGUI,'Pointer'),'watch')
     35    return % no action if a calculation is running
    3336end
    3437hhCurrentGUI=guidata(hCurrentGUI);% tags of the children of the current GUI
Note: See TracChangeset for help on using the changeset viewer.