Mercurial > hg > svgui
log
age | author | description |
---|---|---|
Wed, 16 Oct 2019 16:20:12 +0100 | Chris Cannam | Make audio dial more visible in Mac dark mode |
Wed, 16 Oct 2019 13:02:52 +0100 | Chris Cannam | Return true from getValueExtents always, just with no unit in the case where we don't have a nice neat scale. This should preserve the property of preventing other layers auto-aligning to us, while also ensuring we don't get overlooked for the purposes of drawing our own scale in a situation where a scale-less layer is on top of us |
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 |