summaryrefslogtreecommitdiff
path: root/plugins/warp/ui/plugin.cpp
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-11-07 19:14:32 -0500
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-11-16 19:58:19 -0500
commit987d8bca5173ea13c8f96837997b746c5e478979 (patch)
tree0f8db4169e8ab86477c2adac8acfaf80c80479d3 /plugins/warp/ui/plugin.cpp
parent51d50c76dcd654b7b0ec187593e31f9c38757823 (diff)
[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
Diffstat (limited to 'plugins/warp/ui/plugin.cpp')
-rw-r--r--plugins/warp/ui/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}