git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24a707
)
JAL-2759 Updated absoluteToVisibleColumn doc (prev findColumnPosition)
author
kiramt
<k.mourao@dundee.ac.uk>
Mon, 15 Jan 2018 10:42:48 +0000
(10:42 +0000)
committer
kiramt
<k.mourao@dundee.ac.uk>
Mon, 15 Jan 2018 10:42:48 +0000
(10:42 +0000)
src/jalview/datamodel/HiddenColumns.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/HiddenColumns.java
b/src/jalview/datamodel/HiddenColumns.java
index
f9ee46c
..
93791e4
100644
(file)
--- 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