fix about screen
This commit is contained in:
parent
7a72990395
commit
9aed6fc47c
19 changed files with 39 additions and 10 deletions
|
|
@ -7081,10 +7081,19 @@ bool FurnaceGUI::init() {
|
|||
next=0;
|
||||
}
|
||||
}
|
||||
if (next!=0) {
|
||||
localeExtraRanges.push_back(next);
|
||||
}
|
||||
localeExtraRanges.push_back(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!localeExtraRanges.empty()) {
|
||||
logV("locale extra ranges:");
|
||||
for (ImWchar i: localeExtraRanges) {
|
||||
logV("%x",i);
|
||||
}
|
||||
}
|
||||
|
||||
loadUserPresets(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue