Angus Leeming wrote: > On Thursday 03 October 2002 9:40 am, Rob Lahaye wrote: > > I'll leave it in your tender care ;-) One thing I'd like you to > change is:
Done. > Oh, Ok. ControlParagraph derives from ControlDialog but > ControlGraphics derives from ControlInset. Woow, great! That indeed solves the problem. >>Another thing I don't understand: I ran the debugger (gdb) >>with a breakpoint at "CheckedGlueLength::check". Start LyX, do >>"File->New". You can mouse-click anywhere on the canvas, no >>problem. Now open a dialog that uses the length check and >>close it again; you'll have to continue several times at the >>breakpoint. Now all of a sudden the leftmouse and middlemouse >>clicks on the canvas stop at the breakpoint; the middlemouse >>click even more often than the leftmouse click. What's going >>on here? Why does a canvas click need a length check? It >>appears to me that the canvas click somehow is intertwined >>with the dialog stuff, but only after a length-check-dialog >>has been used. Any idea what's wrong here? > > > None. ;-) If each left & middle mouse click on the canvas runs several times through the input-length-check, we need to find out why, since it's totally unnecessary. I'll make a note and bring it up as soon as CVS is ready for my mega-patch. Cheers, Rob.