Mercurial > hg > svgui
log view/View.cpp @ 1560:27f3e64489e1 spectrogram-export
age | author | description |
---|---|---|
Thu, 09 Jan 2020 14:29:21 +0000 | Chris Cannam | Give timer a parent so as not to leak it spectrogram-export |
Thu, 17 Oct 2019 14:44:22 +0100 | Chris Cannam | Permit getScaleProvidingLayerForUnit to return a dormant layer if there is no visible alternative. This is necessary to avoid the scale disappearing in Tony when the spectrogram is toggled off. |
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. |