[Kde-cygwin-cvs] CVS: qt-3/src/widgets qcombobox.cpp,1.1.1.14,1.1.1.15
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-07-17 14:08:10
|
Update of /cvsroot/kde-cygwin/qt-3/src/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11428/src/widgets Modified Files: Tag: QT_WIN32_3_3_BRANCH qcombobox.cpp Log Message: removed last change Index: qcombobox.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/widgets/qcombobox.cpp,v retrieving revision 1.1.1.14 retrieving revision 1.1.1.15 diff -u -r1.1.1.14 -r1.1.1.15 --- qcombobox.cpp 11 Jun 2005 16:13:20 -0000 1.1.1.14 +++ qcombobox.cpp 17 Jul 2005 14:07:59 -0000 1.1.1.15 @@ -1803,9 +1803,7 @@ if ( !d->listBox()->rect().contains( e->pos() ) ) { QPoint globalPos = d->listBox()->mapToGlobal(e->pos()); if ( QApplication::widgetAt( globalPos, TRUE ) == this ) { -// CE: comented this out - see bug #1218822 for this -// d->discardNextMousePress = TRUE; - // avoid popping up again + d->discardNextMousePress = TRUE; } popDownListBox(); return TRUE; |