(cherry picked from commit 503f7db224)
This commit is contained in:
Enrico Forestieri 2018-04-10 22:40:02 +02:00
parent 00db9c44c8
commit e94ea46be7
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@ public:
InsetMathBrace * asBraceInset() { return this; }
/// identifies brace insets
InsetMathBrace const * asBraceInset() const { return this; }
/// we write extra braces in any case...
bool extraBraces() const { return true; }
///
void metrics(MetricsInfo & mi, Dimension & dim) const;
///

View File

@ -127,6 +127,8 @@ What's new
- Fix issue with erroneous qualified citations (bug 11308).
- Do not remove brace insets when parsing from latex (bug 9348).
* USER INTERFACE