minor change

This commit is contained in:
Roy Qu 2024-02-28 13:40:49 +08:00
parent 0bab75cfd6
commit 8b0c53dc69
1 changed files with 2 additions and 2 deletions

View File

@ -1571,12 +1571,12 @@ void Settings::Editor::doLoad()
mFontSize = intValue("font_size",12);
mFontOnlyMonospaced = boolValue("font_only_monospaced",true);
mLineSpacing = doubleValue("line_spacing",1.1);
mForceFixedFontWidth = boolValue("force_fixed_font_width", isZhJa);
mForceFixedFontWidth = boolValue("force_fixed_font_width", false);
// if (mForceFixedFontWidth)
// mEnableLigaturesSupport = false;
// else
// mEnableLigaturesSupport = boolValue("enable_ligatures_support", !isZhJa);
mEnableLigaturesSupport = boolValue("enable_ligatures_support", !isZhJa);
mEnableLigaturesSupport = boolValue("enable_ligatures_support", false);
mShowLeadingSpaces = boolValue("show_leading_spaces", false);