Comment 21 for bug 998778

Revision history for this message
In , Michael Meeks (michael-meeks) wrote :

> I also found you can solve it by just commenting out
> (*pLayIter)->GetCurrShell()->LayoutIdle(); in doclay.cxx in
> the if (pTmpRoot->IsNeedGrammarCheck()) block.

I poked at that - it seems that just disables the execution of the idle handlers one of which loads the checker; so - I'm more interested in the lower level pieces you identify :-) digging there currently ...