Mercurial > hg > svcore
comparison data/model/EditableDenseThreeDimensionalModel.cpp @ 1126:39019ce29178 tony-2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | 1517d4c60e88 |
children | aa588c391d1a |
comparison
equal
deleted
inserted
replaced
1119:e22bfe8ca248 | 1126:39019ce29178 |
---|---|
340 | 340 |
341 truncateAndStore(index, values); | 341 truncateAndStore(index, values); |
342 | 342 |
343 // assert(values == expandAndRetrieve(index)); | 343 // assert(values == expandAndRetrieve(index)); |
344 | 344 |
345 long windowStart = index; | 345 sv_frame_t windowStart = index; |
346 windowStart *= m_resolution; | 346 windowStart *= m_resolution; |
347 | 347 |
348 if (m_notifyOnAdd) { | 348 if (m_notifyOnAdd) { |
349 if (allChange) { | 349 if (allChange) { |
350 emit modelChanged(); | 350 emit modelChanged(); |