InsetBox.cpp: add important note

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39955 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-10-24 03:42:39 +00:00
parent 5e38d7ff26
commit ffa373d27b

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