mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	ImVector: Added find_index() helper.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user