[wpigui] Update imgui and implot to latest

This commit is contained in:
Peter Johnson
2021-01-08 01:07:48 -08:00
parent 85a0bd43c2
commit ea1974d576
4 changed files with 17 additions and 17 deletions

View File

@@ -160,7 +160,7 @@ bool DeleteButton(ImGuiID id, const ImVec2& pos) {
bool HeaderDeleteButton(const char* label) {
ImGuiWindow* window = ImGui::GetCurrentWindow();
ImGuiContext& g = *GImGui;
ImGuiItemHoveredDataBackup last_item_backup;
ImGuiLastItemDataBackup last_item_backup;
ImGuiID id = window->GetID(label);
float button_size = g.FontSize;
float button_x = ImMax(window->DC.LastItemRect.Min.x,