Fixed bug with RAM & EEPROM panes both appearing on initial activation
This commit is contained in:
@@ -528,6 +528,7 @@ void InsightWindow::activate() {
|
|||||||
this->bottomPanel
|
this->bottomPanel
|
||||||
);
|
);
|
||||||
bottomPanelLayout->addWidget(this->ramInspectionPane);
|
bottomPanelLayout->addWidget(this->ramInspectionPane);
|
||||||
|
this->ramInspectionPane->deactivate();
|
||||||
this->ramInspectionButton->setChecked(false);
|
this->ramInspectionButton->setChecked(false);
|
||||||
this->ramInspectionButton->setDisabled(false);
|
this->ramInspectionButton->setDisabled(false);
|
||||||
}
|
}
|
||||||
@@ -540,6 +541,7 @@ void InsightWindow::activate() {
|
|||||||
this->bottomPanel
|
this->bottomPanel
|
||||||
);
|
);
|
||||||
bottomPanelLayout->addWidget(this->eepromInspectionPane);
|
bottomPanelLayout->addWidget(this->eepromInspectionPane);
|
||||||
|
this->eepromInspectionPane->deactivate();
|
||||||
this->ramInspectionButton->setChecked(false);
|
this->ramInspectionButton->setChecked(false);
|
||||||
this->ramInspectionButton->setDisabled(false);
|
this->ramInspectionButton->setDisabled(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user