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.