mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix crash when using Hebrew (bug 12464)
This commit is contained in:
parent
693112b3c2
commit
cd37ddc52c
@ -1575,7 +1575,7 @@ void latexParagraphs(Buffer const & buf,
|
||||
<< '\n';
|
||||
// If we have language_auto_begin, the stack will
|
||||
// already be empty, nothing to pop()
|
||||
if (using_begin_end && !lyxrc.language_auto_begin)
|
||||
if (using_begin_end && langOpenedAtThisLevel(state))
|
||||
popLanguageName();
|
||||
}
|
||||
|
||||
|
@ -107,6 +107,8 @@ What's new
|
||||
|
||||
- Fix crash in tabular when resetting font (bug 12566).
|
||||
|
||||
- Fix crash when using Hebrew (bug 12464).
|
||||
|
||||
- On screen, show upper case greek letters in \mathbf as bold (bug 3751).
|
||||
|
||||
- Fix coloring of text-mode material in math equations (bug 11007).
|
||||
|
Loading…
Reference in New Issue
Block a user