From: André Pönitz Date: Fri, 30 Nov 2001 14:46:13 +0000 (+0000) Subject: small offset "correction" X-Git-Tag: 1.6.10~20254 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8ca4fc16a5a42f7b01d3df9c8dd6d6bca1fac368;p=features.git small offset "correction" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3124 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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()); }