ImVector: Added find_index() helper.

This commit is contained in:
ocornut
2023-09-08 15:30:46 +02:00
parent 44a6b493ee
commit 7812039402
3 changed files with 2 additions and 2 deletions

View File

@ -2698,8 +2698,6 @@ void ImGuiTextIndex::append(const char* base, int old_size, int new_size)
//-----------------------------------------------------------------------------
// [SECTION] ImGuiListClipper
// This is currently not as flexible/powerful as it should be and really confusing/spaghetti, mostly because we changed
// the API mid-way through development and support two ways to using the clipper, needs some rework (see TODO)
//-----------------------------------------------------------------------------
// FIXME-TABLE: This prevents us from using ImGuiListClipper _inside_ a table cell.