https://bugzilla.novell.com/show_bug.cgi?id=295485#c14 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from Stefan Hundhammer <sh@novell.com> 2007-08-03 04:35:11 MST --- Some experiments with a modified MultiSelectionBox-replace-items1.ycp example show that it is indeed a Qt specific problem: The first UI::ChangeWidget() call to a MultiSelectionBox with wider content than before cuts off some characters. Subsequent calls do what is expected. It's really a bug in QListView, but there seems to be a simple workaround: Calling QListView::header()->setStretchEnabled( true ) fixes the problem (although according to the Qt documentation this should not be necessary; QListView::addColumn( xy ) should do the same thing). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.