mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 21:45:10 +00:00
Typo correction in imgui_demo.cpp (#4892)
This commit is contained in:
parent
956e03009a
commit
96186a93b9
1 changed files with 1 additions and 1 deletions
|
@ -5997,7 +5997,7 @@ void ImGui::ShowAboutWindow(bool* p_open)
|
|||
namespace ImGui { IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas); }
|
||||
|
||||
// Demo helper function to select among loaded fonts.
|
||||
// Here we use the regular BeginCombo()/EndCombo() api which is more the more flexible one.
|
||||
// Here we use the regular BeginCombo()/EndCombo() api which is the more flexible one.
|
||||
void ImGui::ShowFontSelector(const char* label)
|
||||
{
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
|
|
Loading…
Add table
Reference in a new issue