]> git.lyx.org Git - lyx.git/commitdiff
Fix for bug #11948
authorDaniel Ramoeller <d.lyx@web.de>
Fri, 28 Aug 2020 05:03:52 +0000 (07:03 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 28 Aug 2020 06:08:39 +0000 (08:08 +0200)
Force plain layout in soul char styles.

lib/layouts/soul.module

index a11b87e42aa0107effcf58d979f0ff3660b45f90..e798ed3e4e3332e77cb6079c6b7ec89631c3ae1d 100644 (file)
@@ -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