mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Whitespace
This commit is contained in:
parent
65b4c3fcd2
commit
300160df1c
@ -112,7 +112,7 @@ docstring const InsetBranch::buttonLabel(BufferView const &) const
|
||||
if (inchild && master_selected != child_selected)
|
||||
symb += (child_selected ? tick : cross);
|
||||
|
||||
docstring inv_symb = from_ascii(params_.inverted ? "~" : "");
|
||||
docstring inv_symb = from_ascii(params_.inverted ? "~" : "");
|
||||
|
||||
if (decoration() == InsetDecoration::MINIMALISTIC)
|
||||
return symb + inv_symb + params_.branch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user