aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-07 15:19:44 +0200
committerThomas White <taw@physics.org>2020-09-07 17:11:26 +0200
commitd7d9c14116a4e1c41fe61a8caacc9129df62100e (patch)
tree77ee88289d72a5b9114913dff2c9ef231786ade7 /src/crystfel_gui.c
parent0aa73643db0e345f9df397a88d5cd59f1c665214 (diff)
Fix update_peaks logic
Diffstat (limited to 'src/crystfel_gui.c')
-rw-r--r--src/crystfel_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c
index 32eebb05..e7abe61d 100644
--- a/src/crystfel_gui.c
+++ b/src/crystfel_gui.c
@@ -130,7 +130,7 @@ static void swap_data_arrays(struct image *a, struct image *b)
/* Bring the image view up to date after changing the selected image */
-static void update_imageview(struct crystfelproject *proj)
+void update_imageview(struct crystfelproject *proj)
{
char tmp[1024];
char *ev_str;