|
|
@@ -1963,8 +1963,6 @@ int _main_(int _argc, char** _argv)
|
|
|
|
|
|
if (ImGui::BeginPopupModal("About", &view.m_about, ImGuiWindowFlags_AlwaysAutoResize) )
|
|
|
{
|
|
|
- ImGui::SetWindowFontScale(1.0f);
|
|
|
-
|
|
|
ImGui::Text(
|
|
|
"texturev, bgfx texture viewer tool " ICON_KI_WRENCH ", version %d.%d.%d.\n"
|
|
|
"Copyright 2011-2025 Branimir Karadzic. All rights reserved.\n"
|
|
|
@@ -1988,8 +1986,6 @@ int _main_(int _argc, char** _argv)
|
|
|
|
|
|
if (ImGui::BeginPopupModal("Help", &view.m_help, ImGuiWindowFlags_AlwaysAutoResize) )
|
|
|
{
|
|
|
- ImGui::SetWindowFontScale(1.0f);
|
|
|
-
|
|
|
ImGui::Text("Key bindings:\n\n");
|
|
|
|
|
|
ImGui::PushFont(ImGui::Font::Mono);
|