Skip to content

Fixed data QComboBoxes using incorrect DataSet name

Raza, Zamaan requested to merge data_not_found into develop

Resolves #278 (closed)

QComboBoxes asking for a dataset in SubframeFindPeaks, SubframeAutoIndexer and SubframeRefiner used the member variable _name instead of the metadata key, as input by the user.

This breaks compatibility with exisiting .nsx files.

Edited by Raza, Zamaan

Merge request reports