Mercurial > hg > svgui
comparison layer/WaveformLayer.cpp @ 41:f2c416cbdaa9
* Add time/Hz description for waveform model to the bottom right of a pane
containing a waveform (also tried this in the status bar, wasn't so good)
* Further spectrogram fixes
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2006 17:26:11 +0000 |
parents | c43f2c4f66f2 |
children | ad214997dddb |
comparison
equal
deleted
inserted
replaced
40:3be4438b186d | 41:f2c416cbdaa9 |
---|---|
657 prevRangeTop = rangeTop; | 657 prevRangeTop = rangeTop; |
658 } | 658 } |
659 } | 659 } |
660 | 660 |
661 if (m_aggressive) { | 661 if (m_aggressive) { |
662 | |
662 if (ready && rect == m_view->rect()) { | 663 if (ready && rect == m_view->rect()) { |
663 m_cacheValid = true; | 664 m_cacheValid = true; |
664 m_cacheZoomLevel = zoomLevel; | 665 m_cacheZoomLevel = zoomLevel; |
665 } | 666 } |
666 paint->end(); | 667 paint->end(); |