Re: lyx-devel src/: ChangeLog lyx_cb.C lyx_cb.h src/insets/: Cha

2002-03-08 Thread John Levon
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

Re: lyx-devel src/: ChangeLog lyx_cb.C lyx_cb.h src/insets/: Cha

2002-03-04 Thread Juergen Vigna
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