GP-6087 - Fixed structure editor bug that caused the selected row to

move on the screen
This commit is contained in:
dragonmacher
2025-11-03 18:44:21 -05:00
parent c0cc2ef540
commit a19ec4dbaa
@@ -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 -> {