mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Fix bug 5541: http://bugzilla.lyx.org/show_bug.cgi?id=5541
This was due to a thinko in http://www.lyx.org/trac/changeset/26002 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28605 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9d1a382472
commit
654600486b
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user