X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetPreview.h;h=f0808d7246733fdc54352eb7b25ce6f51d3af46e;hb=e5c79a43ee78192f45a9ab34873f8bb426b5f37e;hp=f2bfdd535f6bb28f14bb54cbf877373a8ef07203;hpb=8e1a869c45b0c1cb1ee1f3e85d51325224ec3eb4;p=lyx.git diff --git a/src/insets/InsetPreview.h b/src/insets/InsetPreview.h index f2bfdd535f..f0808d7246 100644 --- a/src/insets/InsetPreview.h +++ b/src/insets/InsetPreview.h @@ -46,6 +46,8 @@ public: bool neverIndent() const { return true; } + bool inheritFont() const { return false; } + InsetCode lyxCode() const { return PREVIEW_CODE; } docstring layoutName() const { return from_ascii("Preview"); }