]> git.lyx.org Git - lyx.git/commitdiff
InsetPhantom.cpp: don't draw a frame around phantom insets
authorUwe Stöhr <uwestoehr@web.de>
Sun, 1 Feb 2009 21:21:38 +0000 (21:21 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 1 Feb 2009 21:21:38 +0000 (21:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28312 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetPhantom.cpp

index 07728ea3d37223db393b3a0dc0a4f4146b5cdbb9..d9b0f89f5a05ba6355d7ebb25c31be69098c624d 100644 (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);
 }