mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 06:27:38 +08:00
Merge branch 'GP-6087-dragonmacher-structure-editor-fix' into Ghidra_12.0
This commit is contained in:
+1
-1
@@ -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