We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fc60c commit b64c19aCopy full SHA for b64c19a
1 file changed
ui/xui/main-menu.cc
@@ -1653,7 +1653,7 @@ void MainMenuAboutView::Draw()
1653
SectionTitle("Config Information");
1654
ImGui::PushFont(g_font_mgr.m_fixed_width_font);
1655
ImGui::InputTextMultiline("##config_info", (char *)m_config_info_text,
1656
- strlen(build_info_text) + 1,
+ strlen(m_config_info_text) + 1,
1657
ImVec2(-FLT_MIN, ImGui::GetTextLineHeight() * 3),
1658
ImGuiInputTextFlags_ReadOnly);
1659
ImGui::PopFont();
0 commit comments