Mercurial > hg > svgui
log
age | author | description |
---|---|---|
Wed, 16 Oct 2019 13:01:23 +0100 | Chris Cannam | Debug output |
Wed, 16 Oct 2019 12:23:36 +0100 | Chris Cannam | Overhaul the way WaveformLayer reports value and display extents. The previous logic has been nonsense for a very long time, excused only by the fact that it was very seldom relevant (only really if another layer with unit V came along that wanted to auto-align with it). Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode |
Wed, 16 Oct 2019 12:19:04 +0100 | Chris Cannam | Fix getScaleProvidingLayerForUnit to make it only return a layer that actually has display extents. Modify getVisibleExtentsForUnit to make it more like the behaviour in 3.x: where no layer with display extents is found, use the union of the value extents of layers with the right unit. Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode. |
Wed, 16 Oct 2019 12:13:28 +0100 | Chris Cannam | Debug output tweaks |