]> git.lyx.org Git - features.git/commit
Remove PainterInfo argument to checkCursorScrollOffset
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2015 16:04:12 +0000 (18:04 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2015 16:09:34 +0000 (18:09 +0200)
commitf6c6416f289af0e21486c7a157dac7e5fab98623
tree204fe19df316df914183c40e29f3bb3c8d2fce6a
parentd377e765a236832aab13e0ec66579afdc2979f6b
Remove PainterInfo argument to checkCursorScrollOffset

This will allow later to move its invokation to processUpdateFlags.

Also, remove wrong use of Update::SinglePar flag.
src/BufferView.cpp
src/BufferView.h
src/Text3.cpp