address review comments
This commit is contained in:
parent
3ca687553f
commit
629d73f421
|
@ -3297,6 +3297,7 @@ void FurnaceGUI::commitSettings() {
|
||||||
ImGui::GetIO().Fonts->Clear();
|
ImGui::GetIO().Fonts->Clear();
|
||||||
mainFont=ImGui::GetIO().Fonts->AddFontDefault();
|
mainFont=ImGui::GetIO().Fonts->AddFontDefault();
|
||||||
patFont=mainFont;
|
patFont=mainFont;
|
||||||
|
bigFont=mainFont;
|
||||||
headFont=mainFont;
|
headFont=mainFont;
|
||||||
if (rend) rend->destroyFontsTexture();
|
if (rend) rend->destroyFontsTexture();
|
||||||
if (!ImGui::GetIO().Fonts->Build()) {
|
if (!ImGui::GetIO().Fonts->Build()) {
|
||||||
|
|
Loading…
Reference in a new issue