JAL-4289 In fastPaint(), don't render one more than necessary sequence when scrolling...
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 2 Oct 2023 19:15:30 +0000 (20:15 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 2 Oct 2023 19:15:30 +0000 (20:15 +0100)
commit639553df9be00842fb12ad4ddfc39a65cb3a60bd
treef330d9e3158fc757361fe41353c3c4473dfc233f
parent507114c6c8a2735953006dd9973ff7fad4bb5600
JAL-4289 In fastPaint(), don't render one more than necessary sequence when scrolling up or down.  Adjust transY for this one fewer sequence render.  Draw group lower boundary within the sequence boundary -- makes things much simple, and also is visible on bottom row.  Don't use -1 for lower boundary y-value.
src/jalview/gui/SeqCanvas.java