From kde-commits Tue Oct 01 15:51:58 2002 From: Scott Wheeler Date: Tue, 01 Oct 2002 15:51:58 +0000 To: kde-commits Subject: qt-copy/src/widgets X-MARC-Message: https://marc.info/?l=kde-commits&m=103348938615410 qt-copy/src/widgets qlistbox.cpp,1.44,1.45 Author: wheeler Modified Files: qlistbox.cpp Log Message: This fixes the problem of QListBox always calling ensureItemVisible() when the listbox is refreshed (by resizing, removing items, or calling triggerUpdate()), even when the current item was not previously visible. This patch is based on the one that I sent to qt-bugs, this is the version that the Trolls committed to their tree.