mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
revert 17429
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17436 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85878d2881
commit
57a68063ad
@ -1206,16 +1206,9 @@ void InsetMathNest::lfunMouseRelease(LCursor & cur, FuncRequest & cmd)
|
||||
}
|
||||
|
||||
|
||||
// return false when we leave the formula
|
||||
bool InsetMathNest::interpretChar(LCursor & cur, char_type c)
|
||||
{
|
||||
//lyxerr << "interpret 2: '" << c << "'" << endl;
|
||||
if (currentMode() == TEXT_MODE && (c == '^' || c == '_')) {
|
||||
theLyXFunc().setMessage(
|
||||
_("Superscripts and subscripts are not allowed in math text mode."));
|
||||
return true;
|
||||
}
|
||||
|
||||
docstring save_selection;
|
||||
if (c == '^' || c == '_')
|
||||
save_selection = grabAndEraseSelection(cur);
|
||||
|
Loading…
Reference in New Issue
Block a user