[Kde-cygwin-cvs] CVS: qt-3/src/styles qwindowsstyle.cpp,1.1.1.16,1.1.1.17
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-10-01 06:19:38
|
Update of /cvsroot/kde-cygwin/qt-3/src/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6831/src/styles Modified Files: Tag: QT_WIN32_3_3_BRANCH qwindowsstyle.cpp Log Message: reapply patches which were lost during my not so good update to 3.3.5 Index: qwindowsstyle.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/styles/qwindowsstyle.cpp,v retrieving revision 1.1.1.16 retrieving revision 1.1.1.17 diff -u -r1.1.1.16 -r1.1.1.17 --- qwindowsstyle.cpp 22 Sep 2005 12:55:46 -0000 1.1.1.16 +++ qwindowsstyle.cpp 30 Sep 2005 16:58:32 -0000 1.1.1.17 @@ -274,6 +274,12 @@ const QStyleOption& opt ) const { QRect rr( r ); + +#ifdef QWINDOWSSTYLE_DEBUG + qDebug ("QWindowsStyle::drawPrimitive"); + qDebug ("pe = %d PE_Indicator = %d", pe, PE_Indicator); +#endif + switch (pe) { case PE_ButtonCommand: { |