From d4e62e67024759a6452c10521a113f578832b9c0 Mon Sep 17 00:00:00 2001 From: kiramt Date: Mon, 15 Jan 2018 10:42:48 +0000 Subject: [PATCH] JAL-2759 Updated absoluteToVisibleColumn doc (prev findColumnPosition) --- src/jalview/datamodel/HiddenColumns.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jalview/datamodel/HiddenColumns.java b/src/jalview/datamodel/HiddenColumns.java index f9ee46c..93791e4 100644 --- a/src/jalview/datamodel/HiddenColumns.java +++ b/src/jalview/datamodel/HiddenColumns.java @@ -757,7 +757,8 @@ public class HiddenColumns /** * Use this method to find out where a column will appear in the visible * alignment when hidden columns exist. If the column is not visible, then the - * left-most visible column will always be returned. + * index of the next visible column on the left will be returned (or 0 if + * there is no visible column on the left) * * @param hiddenColumn * the column index in the full alignment including hidden columns -- 1.7.10.2