]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_decorationinset.C
fix drawing of \overline and \underline
[features.git] / src / mathed / math_decorationinset.C
index 2cd1af5a9e9363db4eddd0aa1ee24b351169a0f5..4b35c789f36e33481c32ac9377392acf70a79b95 100644 (file)
@@ -51,6 +51,8 @@ bool MathDecorationInset::protect() const
 bool MathDecorationInset::wide() const
 {
        return
+                       name_ == "overline" ||
+                       name_ == "underline" ||
                        name_ == "overbrace" ||
                        name_ == "underbrace" ||
                        name_ == "overleftarrow" ||