mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +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)
|
InsetPhantom::InsetPhantom(Buffer const & buf, string const & label)
|
||||||
: InsetCollapsable(buf)
|
: InsetCollapsable(buf)
|
||||||
{
|
{
|
||||||
|
setDrawFrame(false);
|
||||||
params_.type = phantomtranslator().find(label);
|
params_.type = phantomtranslator().find(label);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user