Mercurial > hg > svgui
diff widgets/Panner.cpp @ 587:4806715f7a19
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:27:05 +0100 |
parents | f4960f8ce798 |
children | ae4f58d9db84 |
line wrap: on
line diff
--- a/widgets/Panner.cpp Tue Jun 14 14:48:29 2011 +0100 +++ b/widgets/Panner.cpp Tue Jun 14 15:27:05 2011 +0100 @@ -210,7 +210,7 @@ void Panner::setRectExtents(float x0, float y0, float width, float height) { -// DEBUG << "Panner::setRectExtents(" << x0 << ", " << y0 << ", " +// SVDEBUG << "Panner::setRectExtents(" << x0 << ", " << y0 << ", " // << width << ", " << height << ")" << endl; if (m_rectX == x0 &&