comparison layer/SpectrogramLayer.cpp @ 1419:8e40faa56ffd

Comments
author Chris Cannam
date Thu, 14 Feb 2019 13:12:36 +0000
parents c8a6fd3f9dff
children af824022bffd
comparison
equal deleted inserted replaced
1417:2487521e857b 1419:8e40faa56ffd
1054 } 1054 }
1055 1055
1056 bool 1056 bool
1057 SpectrogramLayer::isLayerScrollable(const LayerGeometryProvider *) const 1057 SpectrogramLayer::isLayerScrollable(const LayerGeometryProvider *) const
1058 { 1058 {
1059 // we do our own cacheing, and don't want to be responsible for
1060 // guaranteeing to get an invisible seam if someone else scrolls
1061 // us and we just fill in
1059 return false; 1062 return false;
1060 } 1063 }
1061 1064
1062 void 1065 void
1063 SpectrogramLayer::cacheInvalid() 1066 SpectrogramLayer::cacheInvalid()