mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 2 forks source link

Fix for crash when saving into incorrect format #985

Closed SilkeSchomann closed 4 months ago

SilkeSchomann commented 4 months ago

Description of work:

When trying to save an .nxs file as .nxspe or vice versa from a slice plot, MSlice crashed, as this is not supported. Now a box with an error message opens instead.

To test:

Follow the instructions on the original issue. In addition, attempt to save an .nxspe file as .nxs.

Fixes #984.