Merge branch 'develop' into task/JAL-2196pdbeProperties
[jalview.git] / src / jalview / appletgui / IdPanel.java
index 36c2199..ed96b55 100755 (executable)
@@ -352,8 +352,7 @@ public class IdPanel extends Panel implements MouseListener,
 
     if ((av.getSelectionGroup() == null)
             || ((!jalview.util.Platform.isControlDown(e) && !e
-                    .isShiftDown()) && av
-                    .getSelectionGroup() != null))
+                    .isShiftDown()) && av.getSelectionGroup() != null))
     {
       av.setSelectionGroup(new SequenceGroup());
       av.getSelectionGroup().setStartRes(0);