]> git.lyx.org Git - lyx.git/commit
Fix bug #6936.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2012 09:16:32 +0000 (11:16 +0200)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2012 09:16:32 +0000 (11:16 +0200)
commit6d75800f5d23f5b051302cb5ff49940748fed4c1
treef4ea62943543868a3f998e2956d119b287d1ea0b
parentb907a0dc7cca2e6037e0493589fe4b8f77d5a18e
Fix bug #6936.

If \hline is entered, do not create an unknown inset, but increase the number
of hlines of the current row if that is allowed. The same idea is applied to
copy-paste (not part of the bug report).
This is also a test for committing via git.
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathGrid.h
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathNest.h
src/tex2lyx/table.cpp