mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Flag a right click on an InsetExternal button as 'dispatched'.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6791 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
329471b466
commit
679d74f466
@ -1,3 +1,7 @@
|
||||
2003-04-14 Alfredo Braunstein <abraunst@libero.it>
|
||||
|
||||
* insetexternal.C (localDispatch): added a missing DISPATCHED
|
||||
|
||||
2003-04-12 John Levon <levon@movementarian.org>
|
||||
|
||||
* insetwrap.C (addToToc): fix a crash, conversion
|
||||
|
@ -87,6 +87,7 @@ dispatch_result InsetExternal::localDispatch(FuncRequest const & cmd)
|
||||
|
||||
case LFUN_MOUSE_RELEASE:
|
||||
edit(cmd.view(), cmd.x, cmd.y, cmd.button());
|
||||
result = DISPATCHED;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user