Re: [Rosegarden-devel] [Rosegarden-bugs] SF.net SVN: rosegarden:[10036] branches/qt4/src/gui/widgets/Fader.cpp

2009-03-11 Thread D. Michael McIntyre
On Wednesday 11 March 2009, yguille...@users.sourceforge.net wrote: > Fix a typo preventing compilation. > -paint.drawRoundedRect(width() / 2 - 3, height() - m_sliderMax, > +paint.drawRoundRect(width() / 2 - 3, height() - m_sliderMax, Something else is wrong, Yves. I didn't make

Re: [Rosegarden-devel] [Rosegarden-bugs] SF.net SVN: rosegarden:[10036] branches/qt4/src/gui/widgets/Fader.cpp

2009-03-12 Thread Yves Guillemot
On Thursday 12 March 2009 02:37:01 D. Michael McIntyrdrawRounde wrote: > Something else is wrong, Yves. I didn't make a typo, because I don't know > anything about drawing code except what I learn from the API docs. I pulled > drawRoundedRect straight out of the API docs, and it works fine he