- <!-- JAL-4340 --> Getdown does not preserve executable permission of jalview.sh file when it gets updated
- <!-- JAL-4347 --> Single position features from Uniprot are incorrectly parsed as non-positional features
+- <!-- JAL-4345 --> Double clicking in PAE annotation to select column groups doesn't always select group under the mouse
### New Known Issues
{
SequenceI rseq = clicked.sequenceRef;
BitSet grp = new BitSet();
- grp.or(matrix.getGroupsFor(currentX));
+ grp.or(matrix.getGroupsFor(forCurrentX.getPosition()));
// TODO: cXci needs to be mapped to real groups
for (int c = fr; c <= to; c++)
{