Skip to content

rm fct PolyItem::initWithInitializer and member PolyItem::m_initializer

Wuttke, Joachim requested to merge j.0 into main

The whole point of the initializer was to carry over some values when changing the selected item. Specifically, it was only used to preserve the mean value of distributions. This can be achieved much simpler: by removing the mean/center variable for good.

Merge request reports