]> git.lyx.org Git - lyx.git/commit
Simplify greatly Buffer::scroll/Up/Down methods
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 3 Sep 2024 13:55:34 +0000 (15:55 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 3 Sep 2024 13:58:55 +0000 (15:58 +0200)
commit86d2313ce323fd20fadd63f103625e15704ae527
treefa57e881df4f91209adfac592e78dbf1a2201977
parent16be88ca18719a98a555ced268431ca1040658b7
Simplify greatly Buffer::scroll/Up/Down methods

The code there that checks whether we scroll beyond the top/bottom of
document is not needed anymore, this is handled later by
BufferView::update(bool).

Note that this methods may disappear with time.

No change intended.
src/BufferView.cpp