mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Revert "Fix bug #9348"
The fix changes behavior too much for stable. My bad.
This reverts commit e94ea46be7
.
This commit is contained in:
parent
a77557e685
commit
7697bf7888
@ -29,6 +29,8 @@ 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;
|
||||
///
|
||||
|
@ -133,8 +133,6 @@ What's new
|
||||
|
||||
- Fix issue with erroneous qualified citations (bug 11308).
|
||||
|
||||
- Do not remove brace insets when parsing from latex (bug 9348).
|
||||
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
Loading…
Reference in New Issue
Block a user