this assertion fails after you add an ink stroke to the
document and then attempt to traverse said document:
file: fl_BlockLayout.cpp, Line 2765
function: fl_BlockLayout::checkWord
"UT_ASSERT(pPOB->getLength() >= iLength);"
Runtime Variables:
pPOB->m_iLength = 1
iLength = 2
Logged In: YES
user_id=778951
i think this has something to do with spell checking the run
because it doesn't seem to occur everytime.. only after the
first traversal after an ink insert