Merge branch 'GP-6087-dragonmacher-structure-editor-fix' into Ghidra_12.0

This commit is contained in:
ghidra1
2025-11-07 09:31:27 -05:00

View File

@@ -247,6 +247,7 @@ public abstract class CompositeEditorPanel<T extends Composite, M extends Compos
}
table.getSelectionModel().setSelectionInterval(row, row);
showSelectedRow();
}
private int findRowForFieldName(String fieldName) {
@@ -578,7 +579,6 @@ public abstract class CompositeEditorPanel<T extends Composite, M extends Compos
}
model.setSelection(table.getSelectedRows());
showSelectedRow();
});
table.getColumnModel().getSelectionModel().addListSelectionListener(e -> {