apply gpl development license
[jalview.git] / src / jalview / gui / ScalePanel.java
index 4dfb8c8..045471a 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1)
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -187,6 +187,7 @@ public class ScalePanel extends JPanel implements MouseMotionListener,
     }
 
     ap.paintAlignment(false);
+    av.sendSelection();
   }
 
   /**
@@ -233,6 +234,7 @@ public class ScalePanel extends JPanel implements MouseMotionListener,
     }
     stretchingGroup = false;
     ap.paintAlignment(false);
+    av.sendSelection();
   }
 
   /**