make sure we refresh the display when switching to historic view

This commit is contained in:
Matthias Wirth
2025-10-21 10:39:46 +00:00
parent 23c685bf4f
commit 3f9ecd9275

View File

@@ -6608,6 +6608,7 @@ function toggleShowTrace() {
showTraceWasIsolation = onlySelected;
toggleIsolation("on", "noRefresh");
shiftTrace();
refreshFilter();
} else {
jQuery("#selected_showTrace_hide").show();