]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.cpp
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / MathMacro.cpp
index 4a5e613a5b228c665908c3cece77ef98696fd64c..d5e31f6cdd7448f8ac5229875d20137566f65ef6 100644 (file)
@@ -133,7 +133,7 @@ Inset * MathMacro::clone() const
 
 docstring MathMacro::name() const
 {
-       if (displayMode_ == DISPLAY_UNFOLDED && name_.size() != 1)
+       if (displayMode_ == DISPLAY_UNFOLDED)
                return asString(cell(0));
 
        return name_;