[LyX/master] Fix for bug #11948

Juergen Spitzmueller spitz at lyx.org
Fri Aug 28 05:42:51 UTC 2020


commit ad561fc9bcdb54bfb889151fcb96b43d6c2d574b
Author: Daniel Ramoeller <d.lyx at web.de>
Date:   Fri Aug 28 07:03:52 2020 +0200

    Fix for bug #11948
    
    Force plain layout in soul char styles.
---
 lib/layouts/soul.module |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/soul.module b/lib/layouts/soul.module
index a11b87e..e798ed3 100644
--- a/lib/layouts/soul.module
+++ b/lib/layouts/soul.module
@@ -15,7 +15,7 @@
 Format 82
 
 InsetLayout Flex:Spaceletters
-	LyxType		charstyle
+	LyxType	charstyle
 	LabelString	spaced
 	Decoration	conglomerate
 	LatexType	command
@@ -25,6 +25,7 @@ InsetLayout Flex:Spaceletters
 	EndFont
 	NeedMBoxProtect	true
 	MultiPar	true
+	ForcePlain	true
 	Requires	soul
 End
 
@@ -42,7 +43,7 @@ InsetLayout Flex:Underline
 	LabelString	ul
 	LatexName	ul
 	Font
-	    Misc        underbar
+	    Misc       underbar
 	EndFont
 End
 


More information about the lyx-cvs mailing list