From 389bc3fc89dfc1966429b0a475b67897d90481ed Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 17 Jul 2003 16:55:03 +0000 Subject: [PATCH] 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 --- src/mathed/ChangeLog | 5 +++++ src/mathed/formulabase.C | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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: { -- 2.39.2