mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Internal: Removed GetNextItemWidth(), relying on ItemAdd or NextItemData.ClearFlags() to clear the width data. Amend 5078fa20 and undo some of its effects of imgui_widgets.cpp
				
					
				
			This commit is contained in:
		| @@ -1475,7 +1475,6 @@ namespace ImGui | ||||
|     IMGUI_API bool          IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged); | ||||
|     IMGUI_API bool          FocusableItemRegister(ImGuiWindow* window, ImGuiID id);   // Return true if focus is requested | ||||
|     IMGUI_API void          FocusableItemUnregister(ImGuiWindow* window); | ||||
|     IMGUI_API float         GetNextItemWidth(); | ||||
|     IMGUI_API ImVec2        CalcItemSize(ImVec2 size, float default_w, float default_h); | ||||
|     IMGUI_API float         CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x); | ||||
|     IMGUI_API void          PushMultiItemsWidths(int components, float width_full); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user