mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 14:20:05 +00:00
parent
ff507c1a33
commit
28705e8933
@ -2829,8 +2829,9 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc, string const & name) c
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case RC_DEFAULT_OTF_VIEW_FORMAT:
|
case RC_DEFAULT_OTF_VIEW_FORMAT:
|
||||||
if (ignore_system_lyxrc ||
|
if ((ignore_system_lyxrc ||
|
||||||
default_otf_view_format != system_lyxrc.default_otf_view_format) {
|
default_otf_view_format != system_lyxrc.default_otf_view_format)
|
||||||
|
&& !default_otf_view_format.empty()) {
|
||||||
os << "\\default_otf_view_format " << default_otf_view_format << '\n';
|
os << "\\default_otf_view_format " << default_otf_view_format << '\n';
|
||||||
}
|
}
|
||||||
if (tag != RC_LAST)
|
if (tag != RC_LAST)
|
||||||
|
Loading…
Reference in New Issue
Block a user