https://bugs.documentfoundation.org/show_bug.cgi?id=120896

--- Comment #5 from Justin L <jl...@mail.com> ---
The problem here is that the cache hasn't been cleared, so it still thinks
there are misspelled words. Both of these return true on the second right
click:

    bSpellError = (mpSpellCheckCxt->isMisspelled(nColSpellError, nCellY));
    if (bSpellError)
    {
        // Check and see if a misspelled word is under the mouse pointer.
        bSpellError = IsSpellErrorAtPos(aPosPixel, nColSpellError, nCellY);
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to