From: Uwe Stöhr Date: Mon, 24 Oct 2011 03:42:39 +0000 (+0000) Subject: InsetBox.cpp: add important note X-Git-Tag: 2.1.0beta1~2511 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ffa373d27ba11939ab3162075cad974328e9b7b3;p=features.git InsetBox.cpp: add important note git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39955 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index ec11374496..38c864ccbc 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -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{";