Skip to content

GUI: fix handling of a new real data

Mikhail Svechnikov requested to merge fix_mask into main

The MR fixes two things:

  1. prevents executing setContext() method in IntensityDataProjectionsWidget and RealDataMaskWidget. This happens when deleting existing data and then importing new one.
  2. for newly imported data the default presentation is set. Previously the last used presentation was applied.

Merge request reports