From b645606e1ba17af3ff652782bf3498a2980a2feb Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 15 Mar 2023 20:58:21 +0000 Subject: [PATCH] Included ReadStackPointer task in memory inspection pane TaskProgressIndicator --- .../TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp index fb08a0fa..396b100d 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp @@ -367,6 +367,7 @@ namespace Bloom::Widgets ); } + this->setTaskProgressIndicator(readStackPointerTask); InsightWorker::queueTask(readStackPointerTask); } }