]> git.lyx.org Git - features.git/commit
Fix bug #6158: Crash when entering math in tabular.
authorVincent van Ravesteijn <vfr@lyx.org>
Tue, 18 Aug 2009 18:34:22 +0000 (18:34 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Tue, 18 Aug 2009 18:34:22 +0000 (18:34 +0000)
commit6bc8b8c592b6d5fa44e5037b25ff04e01e78d7ff
tree9323381c697f03de9c5bf07441d87c21fb20f471
parent6b6567a53835d3e1879d0e167e7958ae20749721
Fix bug #6158: Crash when entering math in tabular.

We have to determine whether we are in an empty cell before we dispatch the lfun to the inset. Otherwise we determine whether the math is empty and if so, we then go to the next cell in the math inset. This cell doesn't exist probably.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31121 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.cpp