mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
d40a7651f2
commit
ab34290690
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user