partial patch for * JAL-466
authorjprocter <Jim Procter>
Fri, 14 May 2010 14:37:23 +0000 (14:37 +0000)
committerjprocter <Jim Procter>
Fri, 14 May 2010 14:37:23 +0000 (14:37 +0000)
allows finder to be instantiated for an explicit alignment panel and viewport.

src/jalview/gui/Finder.java

index 5aed688..762aab2 100755 (executable)
@@ -109,8 +109,9 @@ public class Finder extends GFinder
   private boolean focusfixed;
 
   /**
-   * checks that av and ap are valid, and if not,
-   * gets the topmost alignment window and sets av and ap accordingly
+   * if !focusfixed and not in a desktop environment, checks that av and ap are
+   * valid. Otherwise, gets the topmost alignment window and sets av and ap
+   * accordingly
    * 
    * @return false if no alignment window was found
    */