fix about screen

This commit is contained in:
tildearrow 2024-06-17 23:53:00 -05:00
parent 7a72990395
commit 9aed6fc47c
19 changed files with 39 additions and 10 deletions

View file

@ -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);