JAL-1677 commenting use of AlignViewport.gatherViewsHere
[jalview.git] / src / jalview / gui / Jalview2XML.java
index 36b48ab..b30b28f 100644 (file)
@@ -2155,6 +2155,13 @@ public class Jalview2XML
       Desktop.instance.stopLoading();
     }
 
+    /*
+     * Regather multiple views (with the same sequence set id) to the frame (if
+     * any) that is flagged as the one to gather to, i.e. convert them to tabbed
+     * views instead of separate frames. Note this doesn't restore a state where
+     * some expanded views in turn have tabbed views - the last "first tab" read
+     * in will play the role of gatherer for all.
+     */
     for (AlignFrame fr : gatherToThisFrame.values())
     {
       Desktop.instance.gatherViews(fr);