]> git.lyx.org Git - lyx.git/commitdiff
Fix branch insets.
authorRichard Heck <rgheck@comcast.net>
Mon, 24 Mar 2008 19:18:18 +0000 (19:18 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 24 Mar 2008 19:18:18 +0000 (19:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23931 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBranch.h

index 09e9dbc11aec1ae7ca3848eb3db2a8ea11842170..8793602a2e1299bcea5305387d395a26e9d79929 100644 (file)
@@ -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);