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;