]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBox.cpp
InsetBox.cpp: add important note
[features.git] / src / insets / InsetBox.cpp
index ec113744964695eaa25f40d5ad45a07e40c795cf..38c864ccbc2402170fea0429d98f28b2f507c01a 100644 (file)
@@ -309,7 +309,8 @@ void InsetBox::latex(otexstream & os, OutputParams const & runparams) const
                os << "\\shadowbox{";
                break;
        case Shaded:
-               // later
+               // must be set later becaue e.g. the width settings only work when
+               // it is inside a minipage or parbox
                break;
        case Doublebox:
                os << "\\doublebox{";