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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c
index 3bbb92bb..334a624e 100644
--- a/src/gui_peaksearch.c
+++ b/src/gui_peaksearch.c
@@ -52,6 +52,9 @@ void update_peaks(struct crystfelproject *proj)
if ( proj->n_frames == 0 ) return;
if ( proj->cur_image == NULL ) return;
+ crystfel_image_view_set_peak_box_size(CRYSTFEL_IMAGE_VIEW(proj->imageview),
+ proj->peak_search_params.pk_inn);
+
if ( proj->show_peaks ) {
image_feature_list_free(proj->cur_image->features);