Disable refresh button on memory inspection pane, when target goes into running mode
This commit is contained in:
@@ -397,10 +397,12 @@ namespace Bloom::Widgets
|
||||
|
||||
} else {
|
||||
this->hexViewerWidget->setDisabled(false);
|
||||
this->refreshButton->setDisabled(false);
|
||||
}
|
||||
|
||||
} else if (newState == TargetState::RUNNING) {
|
||||
this->hexViewerWidget->setDisabled(true);
|
||||
this->refreshButton->setDisabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user