From d646e06efe00a3c78d67529b7813ab115af4f0a6 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 13 Aug 2022 18:36:10 +0100 Subject: [PATCH] Fixed target register pane state restoration bug --- src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index ee92b247..7be678fc 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -557,7 +557,7 @@ namespace Bloom ); this->targetRegistersButton->setDisabled(false); - this->targetRegistersSidePane->deactivate(); + this->onRegistersPaneStateChanged(); auto& memoryInspectionPaneSettingsByMemoryType = this->insightProjectSettings.memoryInspectionPaneSettingsByMemoryType;