Added EEPROM inspection pane

This commit is contained in:
Nav
2021-11-05 23:43:22 +00:00
parent 4608a68c29
commit d3c77c1131
3 changed files with 42 additions and 2 deletions

View File

@@ -126,7 +126,9 @@ void TargetMemoryInspectionPane::resizeEvent(QResizeEvent* event) {
void TargetMemoryInspectionPane::postActivate() {
if (this->targetState == Targets::TargetState::STOPPED) {
this->refreshMemoryValues();
this->refreshMemoryValues([this] {
this->hexViewerWidget->setDisabled(false);
});
}
}