]> git.lyx.org Git - features.git/commitdiff
Enable the math (sub-)dialogs to be opened when the cursor is in an math inset.
authorAngus Leeming <leeming@lyx.org>
Thu, 17 Jul 2003 16:55:03 +0000 (16:55 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 17 Jul 2003 16:55:03 +0000 (16:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7310 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/formulabase.C

index 5bf22e757a3d37a77ff3e94517f4ee806abd97ae..bdad015eda48b705c7fb15a7e2f2075f733e7d63 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-17  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (localDispatch): return UNDISPATCHED for all
+       LFUN_DIALOG_SHOW.
+
 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * introduce namespace lyx::graphics
index 99a653c03ca7a0ee1cd7051a665a282275a2684c..40e7ab2104bae94d718b7bc080097d218fd72c7e 100644 (file)
@@ -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: {