mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-17 02:30:14 +00:00
Added missing Test Engine hooks for PlotXXX(), VSliderXXX(), TableHeader().
This commit is contained in:
@@ -3311,6 +3311,8 @@ void ImGui::TableHeader(const char* label)
|
||||
// We don't use BeginPopupContextItem() because we want the popup to stay up even after the column is hidden
|
||||
if (IsPopupOpenRequestForItem(ImGuiPopupFlags_None, id))
|
||||
TableOpenContextMenu(column_n);
|
||||
|
||||
IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags);
|
||||
}
|
||||
|
||||
// Unlike TableHeadersRow() it is not expected that you can reimplement or customize this with custom widgets.
|
||||
|
||||
Reference in New Issue
Block a user