Mercurial > hg > svgui
diff widgets/Thumbwheel.cpp @ 706:97ea68f62c1f imaf_enc
Merge from default branch
author | Chris Cannam |
---|---|
date | Thu, 05 Dec 2013 09:47:02 +0000 |
parents | 1a0dfcbffaf1 |
children | 4a578a360011 |
line wrap: on
line diff
--- a/widgets/Thumbwheel.cpp Mon Nov 04 17:12:32 2013 +0000 +++ b/widgets/Thumbwheel.cpp Thu Dec 05 09:47:02 2013 +0000 @@ -506,7 +506,7 @@ float radians = m_rotation * 1.5f * M_PI; -// std::cerr << "value = " << m_value << ", min = " << m_min << ", max = " << m_max << ", rotation = " << rotation << std::endl; +// cerr << "value = " << m_value << ", min = " << m_min << ", max = " << m_max << ", rotation = " << rotation << endl; w = (m_orientation == Qt::Horizontal ? width() : height()) - bw*2;