Skip to content

Fixed crashes in ShapeDialog and Merger GUI Widgets

Raza, Zamaan requested to merge fix_shapedialog_gui into develop

Resolves #131 (closed)

Fixed crashes when opening ShapeDialog and Merger GUI elements, caused by !125 (merged). This issue was caused by calculation being performed in the GUI part of the code; I have moved these calculations to the Core section.

Note that the merged peaks data metrics are still inaccurate due to the lack of a refiner in the GUI workflow.

Edited by Raza, Zamaan

Merge request reports