new thread for initting of DBRefFetcher with latest SequenceFetcher
[jalview.git] / src / jalview / gui / AlignFrame.java
index 442a417..648f94c 100755 (executable)
@@ -3552,7 +3552,7 @@ public class AlignFrame
 
       public void actionPerformed(ActionEvent e)
       {
-        javax.swing.SwingUtilities.invokeLater(new Runnable() {
+        new Thread(new Runnable() {
 
           public void run()
           {
@@ -3560,8 +3560,8 @@ public class AlignFrame
                     alignPanel.av.getSequenceSelection(),
                     alignPanel.alignFrame).fetchDBRefs(false);
           }
-          
-        });
+        }).start();
+        
       }
 
     });