Le 10/04/2021 à 10:46, Enrico Forestieri a écrit :
I think you reintroduced https://www.lyx.org/trac/ticket/10263
This is getting interesting. After getting half mad trying to understand this issue, I tried something a bit radical: what about reverting the fix 001f5a47 to ticket #10263?
The answer is: nothing changes, this bug is still fixed. Something Could somebody confirm my hypothesis (see attachment)? JMarc
>From a298d5ca5c10cce6aa41ce8ada6129d48637b701 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Mon, 12 Apr 2021 20:44:58 +0200 Subject: [PATCH] Revert "Fix bug #10263" It seems that ticket #10263 was already fixed without it. This reverts commit 001f5a47861f04c985323677dfd17ef15b8c33a7 --- src/insets/InsetFoot.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 1e4b0d26e8..0c3f65aa70 100644 --- a/src/insets/InsetFoot.h +++ b/src/insets/InsetFoot.h @@ -45,10 +45,6 @@ private: /// Inset * clone() const override { return new InsetFoot(*this); } /// - bool inheritFont() const override { return true; } - /// - bool allowMultiPar() const override { return true; } - /// docstring custom_label_; /// bool intitle_; -- 2.27.0
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel