]> git.lyx.org Git - lyx.git/commit
Fix bug #8859: crash on alignment of two cells in tabular
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 4 Oct 2013 10:52:00 +0000 (12:52 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 4 Oct 2013 10:52:00 +0000 (12:52 +0200)
commitf835134f16941f5a3b141fcf8b112d5a9e0117b9
treed5ee6b9fae18359017a3988e1671af188dcc53f2
parentb65a368c048b632b771b0616dc5b7870ea45dd5d
Fix bug #8859: crash on alignment of two cells in tabular

The solution is the same as the other text-properties lfuns: use special loops when there is a multi-cell selection.
src/insets/InsetTabular.cpp