On Tue, Apr 01, 2003 at 08:06:08PM +0200, Alfredo Braunstein wrote: > Do you agree? Alfredo
Yes, looks dubious. Testing now. > --- insetcommand.C 2003/03/19 14:45:19 1.65 > +++ insetcommand.C 2003/04/01 18:02:39 > @@ -90,6 +90,7 @@ dispatch_result InsetCommand::localDispa > > case LFUN_MOUSE_RELEASE: > edit(cmd.view(), cmd.x, cmd.y, cmd.button()); > + result = DISPATCHED; > break; Angus, what about INSET_UPDATE ? Looks like it's needed there too ? john