Mercurial > hg > svgui
log layer/Colour3DPlotLayer.cpp @ 1578:57a4ee52ad69 background-mode
age | author | description |
---|---|---|
Wed, 15 Jan 2020 13:58:33 +0000 | Chris Cannam | Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v) |
Thu, 09 Jan 2020 14:35:55 +0000 | Chris Cannam | Use Colour3DPlotExporter in line with SpectrogramLayer spectrogram-export |
Thu, 17 Oct 2019 11:12:54 +0100 | Chris Cannam | Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout. |