Index: abi/src/text/fmt/xp/fv_View.cpp =================================================================== RCS file: /cvsroot/abi/src/text/fmt/xp/fv_View.cpp,v retrieving revision 1.472 diff -u -u -r1.472 fv_View.cpp --- abi/src/text/fmt/xp/fv_View.cpp 2001/07/12 08:53:48 1.472 +++ abi/src/text/fmt/xp/fv_View.cpp 2001/07/12 22:13:31 @@ -6843,7 +6843,11 @@ { // no longer there, so check it if (m_pLayout->checkPendingWordForSpell()) + { + _eraseInsertionPoint(); updateScreen(); + _drawInsertionPoint(); + } } } }