Skip to content

Commit

Permalink
Image Search - Ignore rotation
Browse files Browse the repository at this point in the history
In the Image Search window, include a checkbox for Ignore Rotation on
the Image Content line.
  • Loading branch information
caclark committed Jul 20, 2017
1 parent dd8ee57 commit 4653988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -2960,6 +2960,8 @@ void search_new(FileData *dir_fd, FileData *example_file)
tab_completion_add_select_button(sd->entry_similarity, NULL, FALSE);
gtk_box_pack_start(GTK_BOX(hbox), combo, TRUE, TRUE, 0);
gtk_widget_show(combo);
pref_checkbox_new_int(hbox, _("Ignore rotation"),
options->rot_invariant_sim, &options->rot_invariant_sim);

/* Search for image keywords */
hbox = menu_choice(sd->box_search, &sd->check_keywords, &sd->menu_keywords,
Expand Down

0 comments on commit 4653988

Please sign in to comment.