diff --git a/RedPandaIDE/settings.cpp b/RedPandaIDE/settings.cpp index b48fdb94..37500ce4 100644 --- a/RedPandaIDE/settings.cpp +++ b/RedPandaIDE/settings.cpp @@ -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);