On Mon, Mar 04, 2002 at 04:52:45PM +0100, Juergen Vigna wrote:
> You will eventually! You know it took me quite a few years and actually
> working on LyXText / BufferView to understand how the update() call really
> works ;)
A really good sign it needs junking :)
After all it's not rocket scien
On 04-Mar-2002 John Levon wrote:
> Can you explain why we don't need the update when we are inserting
> inside a lyxtext != bv->text ?
Because the inset already called a bv->updateInset() and so the update
call would actuall do anything.
> I really don't understand :/
You will eventually! You