From: Richard Heck Date: Mon, 24 Mar 2008 19:18:18 +0000 (+0000) Subject: Fix branch insets. X-Git-Tag: 1.6.10~5456 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=82a738b853207f8f2cc93545c2125fdc673fffc0;p=lyx.git Fix branch insets. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23931 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBranch.h b/src/insets/InsetBranch.h index 09e9dbc11a..8793602a2e 100644 --- a/src/insets/InsetBranch.h +++ b/src/insets/InsetBranch.h @@ -81,6 +81,8 @@ public: bool isMacroScope() const; /// docstring toolTip(BufferView const & bv, int x, int y) const; + /// + virtual bool useEmptyLayout() const { return false; } protected: /// void doDispatch(Cursor & cur, FuncRequest & cmd);