mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Fix math insert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2199 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f6cf7e4d3f
commit
239d1b23e1
@ -1,3 +1,7 @@
|
||||
2001-07-07 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* formulabase.C (mathDispatchInsertMath): Create an inline formula.
|
||||
|
||||
2001-07-04 André Pönitz <poenitz@htwm.de>
|
||||
|
||||
* math_parser.C: fix reading of "unusual" alpha chars
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* File: formula.C
|
||||
* Purpose: Implementation of formula inset
|
||||
* Author: Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
|
||||
@ -1158,7 +1158,7 @@ void mathDispatchInsertMath(BufferView * bv, string const & arg)
|
||||
InsetFormula * f = new InsetFormula(arg);
|
||||
openNewInset(bv, f);
|
||||
} else {
|
||||
return mathDispatchMathDisplay(bv, arg);
|
||||
return mathDispatchMathMode(bv, arg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user