We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1862fe commit 7131af0Copy full SHA for 7131af0
2 files changed
src/gui/ProjectMGUI.cpp
@@ -97,7 +97,6 @@ void ProjectMGUI::UpdateFontSize()
97
_uiFont = io.Fonts->AddFontFromMemoryCompressedTTF(&AnonymousPro_compressed_data, AnonymousPro_compressed_size, floor(24.0f * _textScalingFactor));
98
_toastFont = io.Fonts->AddFontFromMemoryCompressedTTF(&LiberationSans_compressed_data, LiberationSans_compressed_size, floor(40.0f * _textScalingFactor));
99
io.Fonts->Build();
100
- ImGui_ImplOpenGL3_CreateFontsTexture();
101
102
ImGui::GetStyle().ScaleAllSizes(1.0);
103
}
vendor/imgui
0 commit comments