aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-11 15:34:03 +0200
committerThomas White <taw@physics.org>2020-08-11 15:34:03 +0200
commite0989815eaf9a88a095a2a42db7de094d9b64eae (patch)
tree3542b5daff0cbefbb713a1d846fe70a7cfd142de
parent8daec0a7b0b25fadb22cd3caadc25dad71d491a6 (diff)
GUI: Request image data when loading stream
-rw-r--r--src/crystfel_gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c
index e291bc16..ca27f814 100644
--- a/src/crystfel_gui.c
+++ b/src/crystfel_gui.c
@@ -149,7 +149,8 @@ static void update_imageview(struct crystfelproject *proj)
STREAM_UNITCELL
| STREAM_REFLECTIONS
| STREAM_PEAKS
- | STREAM_CRYSTALS);
+ | STREAM_CRYSTALS
+ | STREAM_IMAGE_DATA);
if ( image == NULL ) {
ERROR("Failed to read from stream\n");