mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
parent
2699a58cd7
commit
c97375e46d
@ -5238,8 +5238,7 @@ void Buffer::Impl::setLabel(ParIterator & it, UpdateType utype) const
|
||||
par.itemdepth = getItemDepth(it);
|
||||
|
||||
if (layout.margintype == MARGIN_MANUAL) {
|
||||
if (par.params().labelWidthString().empty())
|
||||
par.params().labelWidthString(par.expandLabel(layout, bp));
|
||||
// nothing to do: empty label width string is fine.
|
||||
} else if (layout.latextype == LATEX_BIB_ENVIRONMENT) {
|
||||
// we do not need to do anything here, since the empty case is
|
||||
// handled during export.
|
||||
|
Loading…
Reference in New Issue
Block a user