]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPreview.h
Attempt to reflect tabular width in workarea
[lyx.git] / src / insets / InsetPreview.h
index f2bfdd535f6bb28f14bb54cbf877373a8ef07203..f0808d7246733fdc54352eb7b25ce6f51d3af46e 100644 (file)
@@ -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"); }