Skip to content

Fixed detector window crash

Raza, Zamaan requested to merge dw_crash_bugfix into develop

Resolves #199 (closed)

Detector window was attempting to load a nonexistent (nullptr) PeakCollection when DetectorWindow is opened before finding peaks. Added a check for a non-nullptr PeakCollection*.

Merge request reports