]> git.lyx.org Git - features.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>
Fri, 18 Apr 2014 14:52:47 +0000 (10:52 -0400)
commit1cc81b1c9cfc6eff58275faab4dde2f454d6f774
tree7a51699502306e32b3fa75c71ed84508138dfcf4
parent90ce24a38d27f48b4f9c9bfc50e06407c4f2f748
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