On Mon, Feb 07, 2005 at 04:10:12PM +0100, Jean-Marc Lasgouttes wrote:
> >>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> 
> Jean-Marc> OK. So here is an expanded version, where I replaced all
> Jean-Marc> the easy things.
> 
> Hmm, empty patch. Try this one instead.


@@ -459,7 +459,7 @@ void BufferView::Pimpl::scrollDocView(in
        int const height = 2 * defaultRowHeight();
        int const first = height;
        int const last = workarea().workHeight() - height;
-       LCursor & cur = bv_->cursor();
+       LCursor & cur = cursor_;

Looks like even more potential for improvements...

Andre'

Reply via email to