]> git.lyx.org Git - features.git/commitdiff
Fix TeX crash involving URLs. Patch from Martin Vermeer.
authorRichard Heck <rgheck@lyx.org>
Tue, 5 Feb 2013 15:00:32 +0000 (10:00 -0500)
committerRichard Heck <rgheck@lyx.org>
Tue, 5 Feb 2013 15:02:55 +0000 (10:02 -0500)
(cherry picked from commit c9b9501f7d9d35abb59816ee2c71365818627eb6)

lib/layouts/stdinsets.inc
status.20x

index 87a1577950b9b46de10e788465a08ffdcd3e9367..b6d0d6bcb961172719f1246430414b7eef8ecfd0 100644 (file)
@@ -347,6 +347,7 @@ InsetLayout "Flex:URL"
        PassThru              true
        FreeSpacing           true
        ForceLTR              true
+       ResetsFont            false
        Font
          Family              Typewriter
          Color               urltext
index 6818b735277810dcf71cf52fc19aae5548a364b7..a7074b9625730add1bf39a4250164a6056f1b929 100644 (file)
@@ -100,6 +100,8 @@ What's new
 
 - Fix InsetLayout's LatexParam output: \begin{inset}[latexparam].
 
+- Fix TeX crash involving font changes in URLs.
+
 
 * USER INTERFACE