From 987d8bca5173ea13c8f96837997b746c5e478979 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 7 Nov 2025 19:14:32 -0500 Subject: [WARP] Fix container list not refreshing for dynamically added containers When running the command "WARP\\Load File" it will create a new container and add it to the global container list, we need to show this in the UI --- plugins/warp/ui/plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/warp/ui/plugin.cpp') diff --git a/plugins/warp/ui/plugin.cpp b/plugins/warp/ui/plugin.cpp index 79b6c9ff..66c80ba3 100644 --- a/plugins/warp/ui/plugin.cpp +++ b/plugins/warp/ui/plugin.cpp @@ -194,6 +194,7 @@ void WarpSidebarWidget::Update() { m_currentFunctionWidget->UpdateMatches(); m_matchedWidget->Update(); + m_containerWidget->refresh(); // TODO: Obviously this probably should not be called here. setMatcherActionIcon(false); } -- cgit v1.3.1