Comment 8 for bug 1681153

Revision history for this message
poy (poy) wrote :

hoho, this is actually caused by our code!

the offending bit is the while loop in dwt::RichTextBox::addTextSteady (dwt/src/widgets/RichTextBox.cpp:258) - that code attempts to remove old lines when adding new ones.

anyone can debug / figure out what precisely the loop does and fix it the right way?