From a8b81312b387ab52c89c691baff0598ef189c223 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 22 Dec 2012 12:07:29 +0100 Subject: [PATCH] There is no good reason to disallow nesting of bibliography --- src/Text2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Text2.cpp b/src/Text2.cpp index 1741028dfd..fe2d94e831 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -207,8 +207,6 @@ void Text::setLayout(Cursor & cur, docstring const & layout) static bool changeDepthAllowed(Text::DEPTH_CHANGE type, Paragraph const & par, int max_depth) { - if (par.layout().labeltype == LABEL_BIBLIO) - return false; int const depth = par.params().depth(); if (type == Text::INC_DEPTH && depth < max_depth) return true; -- 2.39.2