mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
e900790be8
commit
63efb1ffce
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user