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:
Juergen Spitzmueller 2015-06-18 14:17:18 +02:00
parent d3bcb90839
commit 406d710131

View File

@ -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,