minor change

This commit is contained in:
Roy Qu 2024-02-28 18:48:02 +08:00
parent 0a4acbec46
commit cbeb9322d4
1 changed files with 1 additions and 1 deletions

View File

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