mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Internals: Tweaks to ItemSize() should be harmless. Added DebugDrawItemRect() helper.
This commit is contained in:
parent
892dfb1dea
commit
a6c3be4bda
3 changed files with 14 additions and 11 deletions
|
|
@ -112,6 +112,7 @@ static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const
|
|||
//-------------------------------------------------------------------------
|
||||
// [SECTION] Widgets: Text, etc.
|
||||
//-------------------------------------------------------------------------
|
||||
// - TextEx() [Internal]
|
||||
// - TextUnformatted()
|
||||
// - Text()
|
||||
// - TextV()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue