Re: [patch] bug 4733: auto-toolbar hides cursor

2009-03-27 Thread Abdelrazak Younes
Vincent van Ravesteijn wrote: Hi all, This patch solves bug 4733. I added "buffer_view_->scrollToCursor();" to GuiWorkArea::resizeBufferView(). The rest is mambo-jambo to prevent a repaint. Comments? Looks OK. The only minor drawback I see is that the bv will automatically scroll to the

Re: [patch] bug 4733: auto-toolbar hides cursor

2009-03-26 Thread rgheck
Vincent van Ravesteijn wrote: Hi all, This patch solves bug 4733. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. This one really p***es me off. rh

[patch] bug 4733: auto-toolbar hides cursor

2009-03-26 Thread Vincent van Ravesteijn
Hi all, This patch solves bug 4733. I added "buffer_view_->scrollToCursor();" to GuiWorkArea::resizeBufferView(). The rest is mambo-jambo to prevent a repaint. Comments? Vincent diff --git a/src/BufferView.cpp b/src/BufferView.cpp index fbe30f1..815fb2f 100644 --- a/src/BufferView.cpp +++ b