mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Fix #9732: Inconsistent font properties for the preview and superscript insets
This commit is contained in:
parent
bcf715f398
commit
b6f8a84a35
@ -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"); }
|
||||
|
@ -86,6 +86,8 @@ public:
|
||||
///
|
||||
bool neverIndent() const { return true; }
|
||||
///
|
||||
bool inheritFont() const { return false; }
|
||||
///
|
||||
int plaintext(odocstringstream & ods, OutputParams const & op,
|
||||
size_t max_length = INT_MAX) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user