]> git.lyx.org Git - features.git/commit
Avoid crash with cursor down in math
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 20 Sep 2018 20:15:12 +0000 (22:15 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 20 Sep 2018 20:18:36 +0000 (22:18 +0200)
commit17576fb83b5a560fb8a1c59ca7051dcb2b165c05
tree315030bb15ede093486245d1ac1549354e99f0f4
parent328ff9df3a4ac217a0424743575a0c7c293361ea
Avoid crash with cursor down in math

This can happen when the inset that contains the cursor is outside of
the screen.

THis is only a workaround. The real solution would be a
processUpdateFlags(FitCursor) call, but the code is not ready for that
yet.

Fixes bug #11296.
src/mathed/InsetMathGrid.cpp