GUI: fix for the crash when work with loaded data
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)