Mercurial > hg > svgui
comparison layer/Colour3DPlotRenderer.cpp @ 1118:175d4e15884d spectrogram-minor-refactor
Introduce ScrollableMagRangeCache, plus some tidying etc
author | Chris Cannam |
---|---|
date | Wed, 20 Jul 2016 08:30:20 +0100 |
parents | 64709d4d09ef |
children | be5b91ec81a0 |
comparison
equal
deleted
inserted
replaced
1117:64709d4d09ef | 1118:175d4e15884d |
---|---|
134 m_cache.invalidate(); | 134 m_cache.invalidate(); |
135 } | 135 } |
136 } | 136 } |
137 } | 137 } |
138 } else { | 138 } else { |
139 // cache completely invalid | 139 // cache is completely invalid |
140 m_cache.setStartFrame(startFrame); | 140 m_cache.setStartFrame(startFrame); |
141 } | 141 } |
142 | 142 |
143 bool rightToLeft = false; | 143 bool rightToLeft = false; |
144 | 144 |