]> git.lyx.org Git - lyx.git/commit
Fix assertion when ChkTeX hit math.
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 22 Mar 2014 11:09:18 +0000 (12:09 +0100)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Apr 2014 15:51:57 +0000 (11:51 -0400)
commita70571258d1253e5576b94fdc21209a54041626e
treec444c2125e1b97b95fac2529d3f516f5a30e2938
parent8e6d367f94382babd650ba47338c12216264347e
Fix assertion when ChkTeX hit math.

The problem here was that we used texted-only methods (via paragraph()), which triggered the assertion as soon as we were inside math.

Fixes: #8798
src/BufferView.cpp
src/frontends/qt4/GuiErrorList.cpp