]> git.lyx.org Git - features.git/commitdiff
* src/mathed/InsetMathNest.C
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 09:35:44 +0000 (09:35 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 09:35:44 +0000 (09:35 +0000)
(InsetMathNest::lfunMouseRelease): Remove commented call of
theSelection->put(), since that should never be called from the kernel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16491 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.C

index e57399c496f374c949fe9dcd395f2e25435724df..8ba34894744f4f993d053232c93e46db75af2bd1 100644 (file)
@@ -1212,7 +1212,6 @@ void InsetMathNest::lfunMouseRelease(LCursor & cur, FuncRequest & cmd)
        //lyxerr << "## lfunMouseRelease: buttons: " << cmd.button() << endl;
 
        if (cmd.button() == mouse_button::button1) {
-               //theSelection().put(cur.grabSelection());
                if (!cur.selection())
                        cur.noUpdate();
                return;