]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBranch.cpp
Remove the layout_ cache in InsetCollapsable.
[features.git] / src / insets / InsetBranch.cpp
index 1e09c9c7a30c1685c8833233459ad291b2b70924..17960a2344dbf7382babff9d58d156dacfe1d7f1 100644 (file)
@@ -136,7 +136,6 @@ void InsetBranch::doDispatch(Cursor & cur, FuncRequest & cmd)
                InsetBranchParams params;
                InsetBranch::string2params(to_utf8(cmd.argument()), params);
                params_.branch = params.branch;
-               setLayout();
                break;
        }