mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +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>
|
2003-07-04 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* introduce namespace lyx::graphics
|
* introduce namespace lyx::graphics
|
||||||
|
@ -684,7 +684,6 @@ dispatch_result InsetFormulaBase::localDispatch(FuncRequest const & cmd)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case LFUN_DIALOG_SHOW:
|
case LFUN_DIALOG_SHOW:
|
||||||
if (argument == "mathpanel")
|
|
||||||
result = UNDISPATCHED;
|
result = UNDISPATCHED;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user