mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Force local font switch in caption.
It is needed with polyglossia. With babel, it does not harm (and looks more sensible).
This commit is contained in:
parent
d3bcb90839
commit
406d710131
@ -42,6 +42,8 @@ private:
|
||||
///
|
||||
bool neverIndent() const { return true; }
|
||||
///
|
||||
bool forceLocalFontSwitch() const { return true; }
|
||||
///
|
||||
InsetCode lyxCode() const { return CAPTION_CODE; }
|
||||
///
|
||||
void cursorPos(BufferView const & bv,
|
||||
|
Loading…
Reference in New Issue
Block a user