From 0fd4db5c9ab610b0ff5382fca548d422d4021274 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 22 Mar 2014 12:22:41 +0100 Subject: [PATCH] style --- src/BufferView.cpp | 2 +- status.21x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 25ebde3f7e..ae3b640dc2 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -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(); diff --git a/status.21x b/status.21x index 313985f3db..c201f89d6b 100644 --- a/status.21x +++ b/status.21x @@ -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). -- 2.39.5