]> git.lyx.org Git - features.git/commitdiff
style
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 22 Mar 2014 11:22:41 +0000 (12:22 +0100)
committerRichard Heck <rgheck@lyx.org>
Fri, 18 Apr 2014 14:52:47 +0000 (10:52 -0400)
src/BufferView.cpp
status.21x

index 25ebde3f7ed1b831a2e3a2473620a7116cb389da..ae3b640dc23cd7d311912f3f7185d96bca023b3f 100644 (file)
@@ -2501,7 +2501,7 @@ void BufferView::putSelectionAt(DocIterator const & cur,
 bool BufferView::selectIfEmpty(DocIterator & cur)
 {
        if ((cur.inTexted() && !cur.paragraph().empty())
-           || cur.inMathed() && !cur.cell().empty())
+           || (cur.inMathed() && !cur.cell().empty()))
                return false;
 
        pit_type const beg_pit = cur.pit();
index 313985f3dbd3ec0fcd09ace34096635d64ab78b4..c201f89d6bf9c3dc0b9bdbaacc08c2d82158deb6 100644 (file)
@@ -63,6 +63,8 @@ What's new
 - Fix crash when entering math in change-tracking mode while merge changes
   dialog is open (bug 7685).
 
+- Fix crash when CheckTeX hits mathed (bug 8798).
+
 - Failed instant preview compilation now returns an error. And a red box is 
   drawn around very small preview imagines, so they can be seen (bug 7522).