From: Richard Kimberly Heck Date: Tue, 29 Sep 2020 02:34:52 +0000 (-0400) Subject: Fix bug #11986 X-Git-Tag: 2.3.6~19 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f75895180e42597214907630b6fab7d71b7ff1de;p=features.git Fix bug #11986 (cherry picked from commit 444285aca225b8a6f4658ac7f5b21bc16dee799a) --- diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 40433d5d4e..a6d4aa4259 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -7,7 +7,7 @@ Format 66 Counter part LabelString "\Roman{part}" - PrettyFormat "Part \Roman{part}" + PrettyFormat "Part ##" End Counter chapter diff --git a/status.23x b/status.23x index 82b1f2a1c1..286bafd974 100644 --- a/status.23x +++ b/status.23x @@ -120,6 +120,8 @@ What's new - Fix bug where cursor blinks at the wrong position after changing layout (bug 11912). +- Fix PrettyFormat for Part (bug 11986). + * INTERNALS