Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Juergen Vigna
On 12-Mar-2002 Lars Gullik Bjønnes wrote: > I guess this patch changes a bit less: I could agree with this change! > @@ -1002,6 +999,7 @@ void BufferView::Pimpl::workAreaExpose() > textcache.clear(); > + buffer_->resizeInsets(bv_); The more I see this

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Juergen Vigna <[EMAIL PROTECTED]> writes: > | | Or do you just like to discuss matters today :) > | I just want to find the best local solution. > | btw. can you check if this patch makes any difference and that | everything just still works? I g

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Juergen Vigna
On 12-Mar-2002 Lars Gullik Bjønnes wrote: > I just want to find the best local solution. > - par = bv_->text->cursor.par(); > - pos = bv_->text->cursor.pos(); > - selstartpar = bv_->text->selection.start.par(); > - selstartpos = bv_->text->selecti

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Or do you just like to discuss matters today :) I just want to find the best local solution. btw. can you check if this patch makes any difference and that everything just still works? Index: src/BufferView_pimpl.C ===