Skip to content

Commit

Permalink
Re-add 'Trigger References' label to Items Window (#1369)
Browse files Browse the repository at this point in the history
Label was removed when adding trigger triggerer information.
Closes #1368
  • Loading branch information
chreden authored Mar 9, 2025
1 parent e738cca commit f32e0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trview.app/Windows/ItemsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ namespace trview

void ItemsWindow::render_trigger_references()
{
ImGui::Text("Trigger References");
if (ImGui::BeginTable(Names::triggers_list.c_str(), 3, ImGuiTableFlags_ScrollY | ImGuiTableFlags_Sortable | ImGuiTableFlags_SizingFixedFit, ImVec2(-1, -1)))
{
ImGui::TableSetupColumn("#");
Expand Down

0 comments on commit f32e0d9

Please sign in to comment.