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
[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
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
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
===