]> git.lyx.org Git - features.git/commitdiff
small offset "correction"
authorAndré Pönitz <poenitz@gmx.net>
Fri, 30 Nov 2001 14:46:13 +0000 (14:46 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 30 Nov 2001 14:46:13 +0000 (14:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3124 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C

index 04cca270d4448a6c6fcca2bf02c5ba3ccd4c0191..127316be1045fb0b435715ee57b7e3772ee3acc0 100644 (file)
@@ -1168,7 +1168,7 @@ bool MathCursor::goUp()
 
        // if not, apply brute force.
        return
-               bruteUpDown(formula()->upperY() + 24, xarray().yo() - 4 - xarray().ascent());
+               bruteUpDown(formula()->upperY(), xarray().yo() - 4 - xarray().ascent());
 }