diff options
author | Thomas White <taw@physics.org> | 2020-07-06 14:24:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | ce12bf3b6739a7a149f2cbed62951240dd536cab (patch) | |
tree | 1b762078d8760a54f1d7467ceff03daf8c2e6803 /src/gui_project.h | |
parent | 4e64ee724415f5e2e0acf2846c77bbf293368364 (diff) |
Show reflections in GUI
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index aad71e2e..33f1271b 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -97,6 +97,8 @@ struct crystfelproject { int show_peaks; struct peak_params peak_search_params; + int show_refls; + GtkWidget *type_combo; GtkWidget *peak_vbox; /* Box for peak search parameter widgets */ GtkWidget *peak_params; /* Peak search parameter widgets */ |