From 8ca4fc16a5a42f7b01d3df9c8dd6d6bca1fac368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 30 Nov 2001 14:46:13 +0000 Subject: [PATCH] small offset "correction" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3124 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 04cca270d4..127316be10 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -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()); } -- 2.39.5