JAL-2358 ensure mappings removed on close Chimera; pull up method;
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 65fd5e7..2fd1966 100644 (file)
@@ -299,7 +299,7 @@ public class StructureSelectionManager
   {
     for (StructureMapping sm : mappings)
     {
-      if (sm.getPdbId().equals(pdbid))
+      if (sm.getPdbId().equalsIgnoreCase(pdbid))
       {
         return sm.pdbfile;
       }