]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Routines to retrieve HTML style information.
[lyx.git] / src / Paragraph.cpp
index 87c878b19278af4d2d9a571162e57666101528fa..37d2957f8d8cfa8336a3b20738edc493a688052f 100644 (file)
@@ -1589,7 +1589,8 @@ docstring const & Paragraph::labelString() const
 // the next two functions are for the manual labels
 docstring const Paragraph::getLabelWidthString() const
 {
-       if (d->layout_->margintype == MARGIN_MANUAL)
+       if (d->layout_->margintype == MARGIN_MANUAL
+           || d->layout_->latextype == LATEX_BIB_ENVIRONMENT)
                return d->params_.labelWidthString();
        else
                return _("Senseless with this layout!");