JAL-969 - refactor initialisation of automatic annotation rows to base class
[jalview.git] / src / MCview / PDBCanvas.java
old mode 100755 (executable)
new mode 100644 (file)
index f9461e1..987dcd1
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -124,7 +124,7 @@ public class PDBCanvas extends JPanel implements MouseListener,
     this.pdbentry = pdbentry;
     this.sequence = seq;
 
-    ssm = StructureSelectionManager.getStructureSelectionManager();
+    ssm = ap.av.getStructureSelectionManager();
 
     try
     {