]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.C
Fix bug 2481
[lyx.git] / src / mathed / math_binominset.C
index 7e89c8f3f3a2c3f886eae54607c2cbe0d6bdd0ff..c2718bb049726d0afe2ad7a98e0118cb8c30333e 100644 (file)
@@ -68,6 +68,12 @@ void MathBinomInset::draw(PainterInfo & pi, int x, int y) const
 }
 
 
+bool MathBinomInset::extraBraces() const
+{
+       return choose_;
+}
+
+
 void MathBinomInset::write(WriteStream & os) const
 {
        if (choose_)