mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
4bbd4a45e7
commit
975115479a
@ -4299,6 +4299,7 @@ docstring Paragraph::asString(pos_type beg, pos_type end, int options, const Out
|
|||||||
|
|
||||||
if (beg == 0
|
if (beg == 0
|
||||||
&& options & AS_STR_LABEL
|
&& options & AS_STR_LABEL
|
||||||
|
&& d->layout_->labeltype != LABEL_MANUAL
|
||||||
&& !d->params_.labelString().empty())
|
&& !d->params_.labelString().empty())
|
||||||
os << d->params_.labelString() << ' ';
|
os << d->params_.labelString() << ' ';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user