commit b8661bcfb33bb7f8c0598c0f0c45229b77526bbb
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Mar 22 12:22:41 2014 +0100

    style

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index ab5501c..2d3df5f 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -2499,7 +2499,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();

Reply via email to