mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

Fix TrackScheme panel bounds. #100

Closed tinevez closed 5 years ago

tinevez commented 5 years ago

Before this commit, some of the TrackScheme panel space was taken by superfluous ranges. For instance, the top-left corner of the panel could go up to the time-point -0.5 and to X=-0.5. The same for the bottom-left (stop half a time-point after the last time-point) and the other corners.

This PR fixes this problem, both in the screen transform handler and with the JScrollBar bounds. Fixes #92