mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
00db9c44c8
commit
e94ea46be7
@ -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;
|
||||
///
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user