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) {