mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
*** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3200 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d857fc89c8
commit
192625aa3a
@ -1224,7 +1224,6 @@ bool MathCursor::interpret(string const & s)
|
||||
bool MathCursor::script(bool up)
|
||||
{
|
||||
macroModeClose();
|
||||
lyxerr << "script 2: '" << up << "'\n";
|
||||
selCut();
|
||||
if (hasPrevAtom() && prevAtom()->asScriptInset()) {
|
||||
prevAtom()->asScriptInset()->ensure(up);
|
||||
@ -1251,11 +1250,7 @@ bool MathCursor::script(bool up)
|
||||
|
||||
bool MathCursor::interpret(char c)
|
||||
{
|
||||
|
||||
lyxerr << "interpret 2: '" << c << "'\n";
|
||||
|
||||
// Removed super/subscript handling from here to ::script -MV
|
||||
|
||||
//lyxerr << "interpret 2: '" << c << "'\n";
|
||||
// handle macroMode
|
||||
if (inMacroMode()) {
|
||||
string name = macroName();
|
||||
|
Loading…
Reference in New Issue
Block a user