From 03694fb521529f8c9fc48920bb927f442f555ea4 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 10 Jun 2023 15:50:41 +0100 Subject: [PATCH] Disable refresh button in memory inspect pane, at construction --- .../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 6113e50b..1bfa3897 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPane.cpp @@ -99,6 +99,8 @@ namespace Bloom::Widgets // Quick sanity check to ensure the validity of persisted settings. this->sanitiseSettings(); + this->refreshButton->setDisabled(true); + this->hexViewerWidget = new HexViewerWidget( this->targetMemoryDescriptor, this->data,