Mercurial > hg > svgui
diff widgets/Panner.cpp @ 585:f4960f8ce798 debug-output
Convert many cerrs to DEBUGs
author | Chris Cannam |
---|---|
date | Mon, 16 May 2011 17:19:25 +0100 |
parents | 76cd1c89eb06 |
children | 4806715f7a19 |
line wrap: on
line diff
--- a/widgets/Panner.cpp Thu May 12 17:31:43 2011 +0100 +++ b/widgets/Panner.cpp Mon May 16 17:19:25 2011 +0100 @@ -210,8 +210,8 @@ void Panner::setRectExtents(float x0, float y0, float width, float height) { -// std::cerr << "Panner::setRectExtents(" << x0 << ", " << y0 << ", " -// << width << ", " << height << ")" << std::endl; +// DEBUG << "Panner::setRectExtents(" << x0 << ", " << y0 << ", " +// << width << ", " << height << ")" << endl; if (m_rectX == x0 && m_rectY == y0 &&