https://bugs.kde.org/show_bug.cgi?id=473605
--- Comment #5 from Maik Qualmann <metzping...@gmail.com> --- https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/setup/collections/dwitemdelegatepool.cpp#L124 If this line is changed it works to: widget->setParent(d->delegate->d->itemView->viewport()); But then we get this error message because the viewport and the widgets are logically deleted before the itemView: https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/setup/collections/dwitemdelegatepool.cpp#L191 Maik -- You are receiving this mail because: You are watching all bug changes.