aboutsummaryrefslogtreecommitdiff
path: root/src/gui_peaksearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_peaksearch.c')
-rw-r--r--src/gui_peaksearch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c
index 7c2f8a1f..24f35623 100644
--- a/src/gui_peaksearch.c
+++ b/src/gui_peaksearch.c
@@ -50,7 +50,6 @@ void update_peaks(struct crystfelproject *proj)
{
if ( proj->n_frames == 0 ) return;
if ( proj->cur_image == NULL ) return;
- if ( proj->stream != NULL ) return;
crystfel_image_view_set_show_peaks(CRYSTFEL_IMAGE_VIEW(proj->imageview),
proj->show_peaks);