John Levon wrote:

> The patch re-introduces the "click on url in minipage gets both minipage
> and url dialogs" bug...

This IMO is a separate bug on insetcommand's localDispatch (the other one
was general to all !isHiglyEditables), and can be solved by this:

Do you agree? Alfredo

Index: insetcommand.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/insets/insetcommand.C,v
retrieving revision 1.65
diff -u -p -u -r1.65 insetcommand.C
--- 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;
 
        default:


Reply via email to