www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@tradeoffBrowserDisplay/pEndLongAction.m

    function pEndLongAction(obj)
%PENDLONGACTION Undo the actions taken before a lengthy operation
%
%  PENDLONGACTION(OBJ) undos the actions that are taken by the method
%  PSTARTLONGACCTION.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


if obj.PointerID~=0
    PR = xregGui.PointerRepository;
    PR.stackRemovePointer(obj.Parent, obj.PointerID);
    obj.PointerID = 0;
end