]> git.lyx.org Git - features.git/commit
Use Buffer::validate() when previewing single paragraph
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 31 Oct 2016 17:46:06 +0000 (18:46 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 31 Oct 2016 17:50:28 +0000 (18:50 +0100)
commit0c296cd26f06704e42873c60d4e97335eef2d24e
treeff2d650e72dbeda33187a1d07b99ddd8164330c5
parente3c3719643c46819aa586346a313d514c5903898
Use Buffer::validate() when previewing single paragraph

We used to use BufferParams::validate(), which does not validate the
paragraphs.
src/Buffer.cpp