mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Merge branch 'GP-6087-dragonmacher-structure-editor-fix' into Ghidra_12.0
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user