From 63efb1ffcea1c8d0a9e74d9c02f52a3f39c2a4d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 1 Feb 2009 21:21:38 +0000 Subject: [PATCH] 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 --- src/insets/InsetPhantom.cpp | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.39.5