mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
* src/mathed/InsetMathNest.C
(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
This commit is contained in:
parent
686c5f8364
commit
e873e7c0a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user