Peak finder dialog crashes when sliding the frame to the maximum
The crash is due to a wrong settings of the maximum value of the QFrameSlider
and QSpinBox
which should be n_frames-1
instead of n_frames
Edited by eric pellegrini
The crash is due to a wrong settings of the maximum value of the QFrameSlider
and QSpinBox
which should be n_frames-1
instead of n_frames