Skip to content

Commit

Permalink
Update imgui_widgets.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej123456789 committed May 15, 2022
1 parent 7e3a13e commit 217a830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Termi-Windows/Termi-OpenGL/imgui/imgui_widgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ void ImGui::TextEx(const char* text, const char* text_end, ImGuiTextFlags flags)

ImRect bb(text_pos, text_pos + text_size);
ItemSize(text_size, 0.0f);
if (!ItemAdd(bb, 0))
return;

// Render (we don't hide text after ## in this end-user function)
Expand Down

0 comments on commit 217a830

Please sign in to comment.