mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-19 01:24:20 +00:00
TextUnformatted(): simplifying
This commit is contained in:
parent
afa0346a0b
commit
73e73e6ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -4956,7 +4956,7 @@ void ImGui::TextUnformatted(const char* text, const char* text_end)
|
|||
text_pos.y += window->DC.CurrentLineTextBaseOffset;
|
||||
|
||||
ImRect bb(text_pos, text_pos + text_size);
|
||||
ItemSize(bb.GetSize());
|
||||
ItemSize(text_size);
|
||||
if (!ItemAdd(bb, NULL))
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue