]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCharStyle.cpp
Streamlining CollapseStatus stuff
[lyx.git] / src / insets / InsetCharStyle.cpp
index adbe85f5c323d00e4c78d48803ce5afb09f3bd7c..955d335e34c4dcf3166c04e4e9718a87c9bba04f 100644 (file)
@@ -51,7 +51,6 @@ using std::ostringstream;
 
 void InsetCharStyle::init()
 {
-       setInlined();
        setDrawFrame(false);
 }
 
@@ -134,7 +133,6 @@ void InsetCharStyle::read(Buffer const & buf, Lexer & lex)
 {
        params_.read(lex);
        InsetCollapsable::read(buf, lex);
-       setInlined();
 }
 
 
@@ -236,7 +234,6 @@ void InsetCharStyle::getDrawFont(Font & font) const
 
 void InsetCharStyle::doDispatch(Cursor & cur, FuncRequest & cmd)
 {
-       setInlined();
        switch (cmd.action) {
 
        case LFUN_MOUSE_RELEASE: