mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Do not set open_font true if none was open
This commit is contained in:
parent
cc4ed5e04b
commit
28dd7b7de3
@ -2894,7 +2894,7 @@ void Paragraph::latex(BufferParams const & bparams,
|
||||
}
|
||||
} else {
|
||||
running_font = current_font;
|
||||
open_font = !langClosed;
|
||||
open_font &= !langClosed;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user