small offset "correction"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3124 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-11-30 14:46:13 +00:00
parent 5049e123be
commit 8ca4fc16a5

View 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());
}