Now, JMarc's check-cross branch patch for branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29194 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-04-10 21:59:03 +00:00
parent d40a7651f2
commit ab34290690

View File

@ -94,6 +94,7 @@ docstring const InsetBranch::buttonLabel(BufferView const & bv) const
if (c == Color_none)
s = _("Undef: ") + s;
}
s = char_type(isBranchSelected() ? 0x2714 : 0x2716) + s;
if (decoration() == InsetLayout::CLASSIC)
return isOpen(bv) ? s : getNewLabel(s);
else