]> git.lyx.org Git - features.git/commit
* fix random jumps when scrolling very fast using a touchpad or mouse wheel.
authorStefan Schimanski <sts@lyx.org>
Sat, 26 Jan 2008 00:47:22 +0000 (00:47 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 26 Jan 2008 00:47:22 +0000 (00:47 +0000)
commitab1a045d10e9e3e24f731086d6354336253f8b81
tree6253e4b995e939a59a1f8abf552ec31c9fa6f655
parent8c9342ca292520c7f3ecf099e6e3dfc31936caec
* fix random jumps when scrolling very fast using a touchpad or mouse wheel.

The problem was this: The value in BufferView::scrollDocView(int value) is
relative to the d->scrollbarParameters_.min/max interval and _not_ absolute.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22675 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp