mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
Oops, wrong version ...
* insettabular.C (doDispatch): call mouseSetCursor on mouse click to ensure dEPM is triggered. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e51633adf
commit
1bf75e8fbe
@ -480,8 +480,8 @@ void InsetTabular::doDispatch(LCursor & cur, FuncRequest & cmd)
|
||||
setCursorFromCoordinates(cur, cmd.x, cmd.y);
|
||||
// cares for dePM
|
||||
cur.bv().mouseSetCursor(cur);
|
||||
//cur.resetAnchor();
|
||||
//bvcur = cur;
|
||||
cur.resetAnchor();
|
||||
bvcur = cur;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user