Mercurial > hg > svgui
changeset 1509:8145a9c4c253
The default key frame map is not working well at the moment, because its extents are not being properly updated as the models they depend on are loaded. Leave it empty for now.
author | Chris Cannam |
---|---|
date | Tue, 17 Sep 2019 12:50:34 +0100 |
parents | 996e971df9e7 |
children | 872873aa6463 |
files | view/AlignmentView.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/view/AlignmentView.cpp Fri Sep 13 17:40:59 2019 +0100 +++ b/view/AlignmentView.cpp Tue Sep 17 12:50:34 2019 +0100 @@ -307,7 +307,9 @@ AlignmentView::getDefaultKeyFrames() { vector<sv_frame_t> keyFrames; + return keyFrames; +#ifdef NOT_REALLY if (!m_above || !m_manager) return keyFrames; sv_samplerate_t rate = m_manager->getMainModelSampleRate(); @@ -320,6 +322,7 @@ } return keyFrames; +#endif } ModelId