mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Fix mouse selection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6743 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
849a5bf74c
commit
1618929ff7
@ -418,7 +418,8 @@ dispatch_result InsetFormulaBase::localDispatch(FuncRequest const & cmd)
|
||||
//lyxerr << "Mouse single press\n";
|
||||
return lfunMousePress(cmd);
|
||||
case LFUN_MOUSE_MOTION:
|
||||
//return lfunMouseMotion(cmd);
|
||||
//lyxerr << "Mouse motion\n";
|
||||
return lfunMouseMotion(cmd);
|
||||
case LFUN_MOUSE_RELEASE:
|
||||
//lyxerr << "Mouse single release\n";
|
||||
return lfunMouseRelease(cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user