On Fri, Aug 02, 2002 at 12:33:44PM +0100, Angus Leeming wrote:
> I looked more closely. This is what you and I are both looking for.
> 
> void InsetFormulaBase::insetUnlock(BufferView * bv)
> {
>       if (mathcursor) {
>               if (mathcursor->inMacroMode()) {
>                       mathcursor->macroModeClose();
>                       updateLocal(bv, true);
>               }
>               releaseMathCursor(bv);
>       }
> +     generatePreview();
>       bv->updateInset(this, false);
> }
> 
> Means I can empty out notifyCursorLeaves() entirely.

Fine. But leave the function in there, it's very nice for debugging.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to