From kde-commits Thu Mar 13 19:03:30 2003 From: Maks Orlovich Date: Thu, 13 Mar 2003 19:03:30 +0000 To: kde-commits Subject: kdelibs/kdeui X-MARC-Message: https://marc.info/?l=kde-commits&m=104758224410193 CVS commit by orlovich: Make the positioning of the completion popup in comboboxes match that of the combobox dropdowns. Remove dead code in eventFilter. BTW, looks like the last commit introduced a small bug -- when the completion box is shown above the combobox (when the combo is at the bottom of the screen) -- typing shrinks the completion list making it "fly" high above the combo. [A similar problem exists regardless of that change when the completion box expands, but that's far harder to trigger]. M +46 -9 kcompletionbox.cpp 1.69 M +8 -1 kcompletionbox.h 1.22