JAL-1648 house-keeping
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 20 Apr 2017 18:15:12 +0000 (19:15 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 20 Apr 2017 18:15:12 +0000 (19:15 +0100)
src/jalview/fts/service/pdb/PDBFTSPanel.java

index 4a5f10d..b944b9b 100644 (file)
@@ -56,6 +56,7 @@ public class PDBFTSPanel extends GFTSPanel
   @Override
   public void searchAction(boolean isFreshSearch)
   {
+    mainFrame.requestFocusInWindow();
     if (isFreshSearch)
     {
       offSet = 0;
@@ -278,6 +279,7 @@ public class PDBFTSPanel extends GFTSPanel
   }
 
 
+  @Override
   public String getCacheKey()
   {
     return PDB_FTS_CACHE_KEY;