]> git.lyx.org Git - features.git/commit
Avoid an assertion.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 28 May 2014 18:50:45 +0000 (20:50 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 28 May 2014 18:50:45 +0000 (20:50 +0200)
commit061509bf756193d1bc0a754e0cf8dab62869ea9d
treedec391ad5961f8f4870c2f2793d947dd6b5bb5a2
parent0212ef5426345962b4f2775914b05e0d101ea37a
Avoid an assertion.

Do not assert if an inset separator is the only item of a List
environment. Although it is a weird thing to do, both GUI and
latex output can deal with it.
src/TextMetrics.cpp