InsetPhantom.cpp: don't draw a frame around phantom insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28312 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-02-01 21:21:38 +00:00
parent e900790be8
commit 63efb1ffce

View File

@ -114,6 +114,7 @@ void InsetPhantomParams::read(Lexer & lex)
InsetPhantom::InsetPhantom(Buffer const & buf, string const & label)
: InsetCollapsable(buf)
{
setDrawFrame(false);
params_.type = phantomtranslator().find(label);
}