mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 17:44:59 +00:00
Fix the fix for bug 2869.
* src/insets/insetvspace.C (doDispatch): open dialog on mouse release (not press). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15216 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8cc733b6a4
commit
172ab6c70f
@ -70,11 +70,9 @@ void InsetVSpace::doDispatch(LCursor & cur, FuncRequest & cmd)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case LFUN_MOUSE_PRESS: {
|
case LFUN_MOUSE_RELEASE:
|
||||||
InsetVSpaceMailer(*this).showDialog(&cur.bv());
|
InsetVSpaceMailer(*this).showDialog(&cur.bv());
|
||||||
cur.undispatched();
|
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
InsetBase::doDispatch(cur, cmd);
|
InsetBase::doDispatch(cur, cmd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user