From: Angus Leeming Date: Thu, 17 Jul 2003 16:55:03 +0000 (+0000) Subject: Enable the math (sub-)dialogs to be opened when the cursor is in an math inset. X-Git-Tag: 1.6.10~16514 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=389bc3fc89dfc1966429b0a475b67897d90481ed;p=features.git Enable the math (sub-)dialogs to be opened when the cursor is in an math inset. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7310 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 5bf22e757a..bdad015eda 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,8 @@ +2003-07-17 Angus Leeming + + * formulabase.C (localDispatch): return UNDISPATCHED for all + LFUN_DIALOG_SHOW. + 2003-07-04 Lars Gullik Bjønnes * introduce namespace lyx::graphics diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 99a653c03c..40e7ab2104 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -684,8 +684,7 @@ dispatch_result InsetFormulaBase::localDispatch(FuncRequest const & cmd) break; case LFUN_DIALOG_SHOW: - if (argument == "mathpanel") - result = UNDISPATCHED; + result = UNDISPATCHED; break; case LFUN_DIALOG_SHOW_NEW_INSET: {