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
This commit is contained in:
Angus Leeming 2003-07-17 16:55:03 +00:00
parent 6da2800573
commit 389bc3fc89
2 changed files with 6 additions and 2 deletions

View 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

View 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: {