Fix TeX crash involving URLs. Patch from Martin Vermeer.

(cherry picked from commit c9b9501f7d)
This commit is contained in:
Richard Heck 2013-02-05 10:00:32 -05:00
parent cd20635e81
commit 4eb2d71110
2 changed files with 3 additions and 0 deletions

View File

@ -347,6 +347,7 @@ InsetLayout "Flex:URL"
PassThru true
FreeSpacing true
ForceLTR true
ResetsFont false
Font
Family Typewriter
Color urltext

View 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