comparison 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
comparison
equal deleted inserted replaced
586:1ae54a29e59e 587:4806715f7a19
208 } 208 }
209 209
210 void 210 void
211 Panner::setRectExtents(float x0, float y0, float width, float height) 211 Panner::setRectExtents(float x0, float y0, float width, float height)
212 { 212 {
213 // DEBUG << "Panner::setRectExtents(" << x0 << ", " << y0 << ", " 213 // SVDEBUG << "Panner::setRectExtents(" << x0 << ", " << y0 << ", "
214 // << width << ", " << height << ")" << endl; 214 // << width << ", " << height << ")" << endl;
215 215
216 if (m_rectX == x0 && 216 if (m_rectX == x0 &&
217 m_rectY == y0 && 217 m_rectY == y0 &&
218 m_rectWidth == width && 218 m_rectWidth == width &&