www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregtools/@MBrowser/Restore.m

    function Restore(h)
%RESTORE Unlock mbrowser gui after a crash

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


h.GUILocked = false;

% Reset mouse pointer and clear out any stacked changes.
PR = xregGui.PointerRepository;
PR.stackClearAndReset(h.Figure);