Skip to content

Fixed crash on assigning shapes second time

Raza, Zamaan requested to merge predict_bugfix into develop

PeakCollection::setShapeCollection transfers ownership of the collection from the GUI element to the PeakCollection, so the pointer is no longer valid after the "Assign peak shapes" button is clicked once.

Merge request reports