Andre Poenitz wrote: > On Thu, Jul 17, 2003 at 02:36:32PM +0200, Alfredo Braunstein wrote: >> Alfredo Braunstein wrote: >> >> >> I don't feel guilty right now... >> > >> > I didn't suggest that you should... >> >> Are you developing a pavlovian reaction to the word 'regression'? > > Well, both the 'math' and the 'regression' lamp went on...
Looks like the fix is: dispatch_result InsetFormulaBase::localDispatch(FuncRequest const & cmd) { ... case LFUN_DIALOG_SHOW: - if (argument == "mathpanel") +// if (argument == "mathpanel") result = UNDISPATCHED; break; ... } I think that the original intention was to prevent things like the citation dialog from being opened when the cursor was in the math inset, but... Actually, one could argue that things like the "mathmatrix" dialog are an implementation detail of the frontend and a request to open them shouldn't be dispatched through the kernel at all. Shall I just commit the fix above? -- Angus