mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Fix bug 2869.
* src/insets/insetvspace.C (doDispatch): set cursor properly on mouse (button 3) press. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d1e7c7e0ab
commit
db9235f095
@ -70,9 +70,11 @@ void InsetVSpace::doDispatch(LCursor & cur, FuncRequest & cmd)
|
||||
break;
|
||||
}
|
||||
|
||||
case LFUN_MOUSE_PRESS:
|
||||
case LFUN_MOUSE_PRESS: {
|
||||
InsetVSpaceMailer(*this).showDialog(&cur.bv());
|
||||
cur.undispatched();
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
InsetBase::doDispatch(cur, cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user