From 97eb1a231a07777a961efe6a389597989d1b7dc4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 7 Jan 2021 12:16:34 +0100 Subject: GUI: Basic labelling of reflections Lots of improvements still to be made here, such as using the "real" Cairo text API as well as using proper overlines for negative indices. --- src/gui_project.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui_project.h') diff --git a/src/gui_project.h b/src/gui_project.h index e1f47712..bb85be43 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -231,6 +231,7 @@ struct crystfelproject { struct peak_params peak_search_params; int show_refls; + int label_refls; struct index_params indexing_params; int indexing_backend_selected; GtkWidget *indexing_opts; -- cgit v1.2.3