| 307 | |
| 308 | |
| 309 | void TrackContainerView::setPixelsPerTact( int _ppt ) |
| 310 | { |
| 311 | m_ppt = _ppt; |
| 312 | |
| 313 | // tell all TrackContentWidgets to update their background tile pixmap |
| 314 | for( trackViewList::Iterator it = m_trackViews.begin(); |
| 315 | it != m_trackViews.end(); ++it ) |
| 316 | { |
| 317 | ( *it )->getTrackContentWidget()->updateBackground(); |
| 318 | } |
| 319 | } |
| 320 | |
| 321 | |
| 322 |
no test coverage detected