mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
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:
parent
5049e123be
commit
8ca4fc16a5
@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user