mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	OpenPopup(): Always reopen existing popup. Removed OpenPopupEx() bool reopen_existing which is always true. This also makes the public API on par with OpenPopupEx(). (#1497, #1533)
This commit is contained in:
		| @@ -894,7 +894,7 @@ namespace ImGui | ||||
|     IMGUI_API void          PushItemFlag(ImGuiItemFlags option, bool enabled); | ||||
|     IMGUI_API void          PopItemFlag(); | ||||
|  | ||||
|     IMGUI_API void          OpenPopupEx(ImGuiID id, bool reopen_existing); | ||||
|     IMGUI_API void          OpenPopupEx(ImGuiID id); | ||||
|     IMGUI_API void          ClosePopup(ImGuiID id); | ||||
|     IMGUI_API bool          IsPopupOpen(ImGuiID id); | ||||
|     IMGUI_API bool          BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user