mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix bug #2045.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg153796.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9ce433f60e
commit
4c338ac22d
@ -953,6 +953,10 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
handleFont(cur, cmd.argument(), "textnormal");
|
||||
break;
|
||||
|
||||
case LFUN_FONT_UNDERLINE:
|
||||
cur.recordUndo();
|
||||
cur.handleNest(createInsetMath("underline"));
|
||||
break;
|
||||
case LFUN_MATH_MODE: {
|
||||
#if 1
|
||||
// ignore math-mode on when already in math mode
|
||||
@ -1288,6 +1292,7 @@ bool InsetMathNest::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
flag.setEnabled(true);
|
||||
break;
|
||||
|
||||
case LFUN_FONT_UNDERLINE:
|
||||
case LFUN_FONT_FRAK:
|
||||
flag.setEnabled(currentMode() != TEXT_MODE);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user