mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
6da2800573
commit
389bc3fc89
@ -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
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user