]> git.lyx.org Git - features.git/commitdiff
formatting
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 08:57:55 +0000 (08:57 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 08:57:55 +0000 (08:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16487 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.C

index 664902dbba2e3a0b58687bbad03e6fb64c384d9b..212883d1d56a2c469938bc98953e2dfdc48328d1 100644 (file)
@@ -1202,10 +1202,8 @@ void InsetMathNest::lfunMouseMotion(LCursor & cur, FuncRequest & cmd)
                        bvcur.setCursor(cur);
                        bvcur.selection() = true;
                        //lyxerr << "MOTION " << bvcur << endl;
-               }
-               else {
+               } else
                        cur.undispatched();
-               }
        }
 }