CVS commit by pletourn: Don't close the completion box after clicking on the scrollbar when currentItem() != 0 M +1 -1 kcompletionbox.cpp 1.86 --- kdelibs/kdeui/kcompletionbox.cpp #1.85:1.86 @@ -235,5 +235,5 @@ bool KCompletionBox::eventFilter( QObjec hide(); - if ( !d->emitSelected && currentItem() ) + if ( !d->emitSelected && currentItem() && !::qt_cast(o) ) { emit highlighted( currentText() );