From: Uwe Stöhr Date: Sun, 1 Feb 2009 21:21:38 +0000 (+0000) Subject: InsetPhantom.cpp: don't draw a frame around phantom insets X-Git-Tag: 2.0.0~7337 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=63efb1ffcea1c8d0a9e74d9c02f52a3f39c2a4d3;p=lyx.git 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 --- diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index 07728ea3d3..d9b0f89f5a 100644 --- a/src/insets/InsetPhantom.cpp +++ b/src/insets/InsetPhantom.cpp @@ -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); }