mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 03:36:07 +08:00
Merge remote-tracking branch 'origin/GP-4888-dragonmacher-action-fix'
(Closes #6868)
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public class FindReferencesToStructureFieldAction extends CompositeEditorTableAc
|
||||
@Override
|
||||
public boolean isEnabledForContext(ActionContext context) {
|
||||
setEnabled(false);
|
||||
if (!hasIncompleteFieldEntry()) {
|
||||
if (hasIncompleteFieldEntry()) {
|
||||
return false;
|
||||
}
|
||||
if (model.getSelectedComponentRows().length != 1) {
|
||||
|
||||
Reference in New Issue
Block a user