]> git.lyx.org Git - lyx.git/commit
Get rid of BufferView::scrollUp/Down
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 3 Sep 2024 16:13:02 +0000 (18:13 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 5 Sep 2024 14:56:13 +0000 (16:56 +0200)
commit439b7bb9c97ba2f267a4ccc9ae3d9af5eab100f9
treec89cb036ef5df09fe19f6d2be1a76d248aee2ffe
parentf52842d289d1434c44ffb4c9971279a8e56af612
Get rid of BufferView::scrollUp/Down

LFUN_SCROLL was the last user, change it to use only scroll(). Take
this opportunity to improve a bit this dispatch code.

Also improve somewhat the methods documentation.
src/BufferView.cpp
src/BufferView.h