Fix incorrect font applying after update on Linux
This commit is contained in:
parent
b30a2bd9df
commit
87d916b2bf
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ int main(int argc, char *argv[]) {
|
|||
} else if (equal(argv[i], "-semiboldisbold")) {
|
||||
semiboldIsBold = true;
|
||||
} else if (equal(argv[i], "-monospacefont") && ++i < argc) {
|
||||
mainFont = argv[i];
|
||||
monospacedFont = argv[i];
|
||||
}
|
||||
}
|
||||
if (exeName.empty() || exeName.find('/') != string::npos) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue