]> git.lyx.org Git - features.git/commitdiff
InsetBox.cpp: add important note
authorUwe Stöhr <uwestoehr@web.de>
Mon, 24 Oct 2011 03:42:39 +0000 (03:42 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 24 Oct 2011 03:42:39 +0000 (03:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39955 a592a061-630c-0410-9148-cb99ea01b6c8

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{";