On 01-Nov-2000 Dekel Tsur wrote:
> I've found out that when one inserts/deletes a char in a table, the cells in
> the table are redrawn 3 times !
>
> This happens as BufferView::updateInset is called 3 times:
I hopefully fixed this, thanks for the good report (I knowed that it
did it wrong but
I've found out that when one inserts/deletes a char in a table, the cells in
the table are redrawn 3 times !
This happens as BufferView::updateInset is called 3 times:
InsetText::LocalDispatch
|
+--->InsetText::UpdateLocal
|
+--->BufferView::updateInset
|