comparison layer/TextLayer.cpp @ 860:4a5d144bd5d0 tonioni

Merge from default branch
author Chris Cannam
date Tue, 09 Sep 2014 16:36:21 +0100
parents 0c993091a4c9
children 4a578a360011
comparison
equal deleted inserted replaced
842:8432d2551fb2 860:4a5d144bd5d0
334 // SVDEBUG << "TextLayer::paint: resolution is " 334 // SVDEBUG << "TextLayer::paint: resolution is "
335 // << m_model->getResolution() << " frames" << endl; 335 // << m_model->getResolution() << " frames" << endl;
336 336
337 QPoint localPos; 337 QPoint localPos;
338 TextModel::Point illuminatePoint(0); 338 TextModel::Point illuminatePoint(0);
339 bool shouldIlluminate; 339 bool shouldIlluminate = false;
340 340
341 if (v->shouldIlluminateLocalFeatures(this, localPos)) { 341 if (v->shouldIlluminateLocalFeatures(this, localPos)) {
342 shouldIlluminate = getPointToDrag(v, localPos.x(), localPos.y(), 342 shouldIlluminate = getPointToDrag(v, localPos.x(), localPos.y(),
343 illuminatePoint); 343 illuminatePoint);
344 } 344 }