Mercurial > hg > svgui
diff widgets/Pane.cpp @ 35:10ba9276a315
* Add TextModel and TextLayer types
* Make View refresh work better when editing a model (previously edits might
not be refreshed if their visible changed area extended beyond the strict
frame range that was being modified in the model)
* Add phase-adjusted instantaneous frequency display to spectrogram layer
(still a work in progress)
* Pull maths aliases out into a separate header in dsp/maths so MathUtilities
can be included without introducing them
author | Chris Cannam |
---|---|
date | Mon, 20 Feb 2006 13:33:36 +0000 |
parents | 202d1dca67d2 |
children | c28ebb4ba4de |
line wrap: on
line diff
--- a/widgets/Pane.cpp Fri Feb 17 18:11:08 2006 +0000 +++ b/widgets/Pane.cpp Mon Feb 20 13:33:36 2006 +0000 @@ -492,7 +492,7 @@ } } - if (mode != ViewManager::DrawMode) { +//!!! if (mode != ViewManager::DrawMode) { bool previouslyIdentifying = m_identifyFeatures; m_identifyFeatures = true; @@ -501,7 +501,7 @@ m_identifyPoint != prevPoint) { update(); } - } +// } return; }