Disable code font ligatures by default in the editor
This commit is contained in:
parent
c17f17eb98
commit
11842eb738
3 changed files with 4 additions and 4 deletions
|
|
@ -1872,7 +1872,7 @@ void CodeTextEditor::_apply_settings_change() {
|
|||
}
|
||||
fc->set_opentype_features(ftrs);
|
||||
} break;
|
||||
default: { // Default.
|
||||
default: { // Enabled.
|
||||
Dictionary ftrs;
|
||||
ftrs[TS->name_to_tag("calt")] = 1;
|
||||
fc->set_opentype_features(ftrs);
|
||||
|
|
@ -2106,7 +2106,7 @@ CodeTextEditor::CodeTextEditor() {
|
|||
}
|
||||
fc->set_opentype_features(ftrs);
|
||||
} break;
|
||||
default: { // Default.
|
||||
default: { // Enabled.
|
||||
Dictionary ftrs;
|
||||
ftrs[TS->name_to_tag("calt")] = 1;
|
||||
fc->set_opentype_features(ftrs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue