diff options
author | Thomas White <taw@physics.org> | 2020-09-04 15:33:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-04 15:33:38 +0200 |
commit | 601aec99d95fb98f936e1d417370c957dd31d02e (patch) | |
tree | 0fa25c9c1f8c383bb639ec8e28720080604e2fb9 /src/gui_index.c | |
parent | c66a2f516e3ea7414d0209aa3fb1745b864563e5 (diff) |
Set results selector to "internal" when indexing one pattern
Diffstat (limited to 'src/gui_index.c')
-rw-r--r-- | src/gui_index.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_index.c b/src/gui_index.c index 9874fecf..f4ca21db 100644 --- a/src/gui_index.c +++ b/src/gui_index.c @@ -478,6 +478,8 @@ static void index_one_response_sig(GtkWidget *dialog, gint resp, GtkWidget *w; if ( resp == GTK_RESPONSE_OK ) { + gtk_combo_box_set_active(GTK_COMBO_BOX(proj->results_combo), + 0); get_indexing_opts(proj, CRYSTFEL_INDEXING_OPTS(proj->indexing_opts)); run_indexing_once(proj); |