From: Georg Baum Date: Thu, 4 Jan 2007 08:57:55 +0000 (+0000) Subject: formatting X-Git-Tag: 1.6.10~11370 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=22eae5feb9bb4b1efb2ef09852bd465bdb2980ce;p=features.git formatting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16487 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathNest.C b/src/mathed/InsetMathNest.C index 664902dbba..212883d1d5 100644 --- a/src/mathed/InsetMathNest.C +++ b/src/mathed/InsetMathNest.C @@ -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(); - } } }