Greetings,

QTreeWidget 5.2.1 refresh differently from 4.8.5 for some reason but I cant find out why so far.

While version 4.8.5 works beautifully, using QTreeWidgetItem::setItemWidget column 1 to a QTreeWidget long enough to display a scrollbar doesn't refresh well when scrolling the QTreeWidget in 5.1. Although, column 0 seText displays well, I'm ending with multiple copies of the widgets in column 1 as if the embedded widgets paint was occurring only partially. Code works perfectly when compiling with 4.8.5 but the same code does not refresh well with 5.2.1.

Any thoughts would be greatly appreciated.

thank you,