Skip to content

applets/taskmanager: Disable `reuseItems` to avoid a crash

Fushan Wen requested to merge work/fuf/disable-reuseItems-on-524 into Plasma/5.24

When the size of ScrollView depends on its delegate items and reuseItems is set to true, the program is prone to crash.

This fix is only for 5.24 because it's safer, and there will be a workaround for master branch.

See also: https://bugreports.qt.io/browse/QTBUG-102811

CCBUG: 452660

Edited by Fushan Wen

Merge request reports