From 61e3c1f02df9482b12dc258b4030974062f2e3b8 Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 11 Apr 2023 23:20:51 +0100 Subject: [PATCH] Fixed bug with stale data label not appearing in CreateSnapshotWindow when it should --- .../TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp index f715aecc..1dfb8fa6 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp @@ -538,6 +538,8 @@ namespace Bloom::Widgets this->setStaleData(true); } } + + this->snapshotManager->createSnapshotWindow->refreshForm(); } void TargetMemoryInspectionPane::setRefreshOnTargetStopEnabled(bool enabled) {