]> git.lyx.org Git - features.git/commitdiff
Fix bug #11127.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 28 Apr 2018 00:13:07 +0000 (20:13 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 28 Apr 2018 00:17:15 +0000 (20:17 -0400)
This also fixes an accidental commit of "NeedCProtect".

(cherry picked from commit 9f79ab99ed43026cd1dbdd707ec07e9a83bd95c2)

lib/layouts/stdinsets.inc
status.23x

index b66b1caee2716e22c108372151fdfd2d19de8352..dd6ccb1d4a2234d0c4149ca8c5ac68d72f9f3637 100644 (file)
@@ -359,6 +359,7 @@ InsetLayout Listings
        KeepEmpty             true
        FreeSpacing           true
        ForceLTR              true
+       ForcePlain            true
        RefPrefix             lst
        HTMLTag               pre
        HTMLStyle
index 474cfecbe9d465dbb9343dd72c02f4ef9b75e979..97e55217a8bb9536eef152000314ad0faf46b676 100644 (file)
@@ -229,6 +229,8 @@ What's new
 
 - Fix blinking caret position while entering text with input method.
 
+- Do not allow paragraph styles in listings (bug 11127).
+
 
 * INTERNALS