Skip to content

GUI: fix for the crash when work with loaded data

Mikhail Svechnikov requested to merge i306a into main

While refactoring, the mappers for updating axes units were moved from JobItem to IntensityDataPropertyWidget and SpecularDataPropertyWidget. And now, when accessing JobItem instance from these widgets we should do nullptr check.

This resolves #306 (closed)

Merge request reports