Fixed target register pane state restoration bug

This commit is contained in:
Nav
2022-08-13 18:36:10 +01:00
parent 1133c58498
commit d646e06efe

View File

@@ -557,7 +557,7 @@ namespace Bloom
); );
this->targetRegistersButton->setDisabled(false); this->targetRegistersButton->setDisabled(false);
this->targetRegistersSidePane->deactivate(); this->onRegistersPaneStateChanged();
auto& memoryInspectionPaneSettingsByMemoryType = auto& memoryInspectionPaneSettingsByMemoryType =
this->insightProjectSettings.memoryInspectionPaneSettingsByMemoryType; this->insightProjectSettings.memoryInspectionPaneSettingsByMemoryType;