diff options
Diffstat (limited to 'src/findbar.cc')
-rw-r--r-- | src/findbar.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/findbar.cc b/src/findbar.cc index 0a580afd..5d1c6245 100644 --- a/src/findbar.cc +++ b/src/findbar.cc @@ -119,6 +119,7 @@ Findbar::Findbar(int width, int height) : i->when(WHEN_ENTER_KEY_ALWAYS); i->callback(search_cb2, this); i->clear_tab_to_focus(); + i->set_click_to_focus(); // TODO: search previous would be nice next_btn = new HighlightButton(x, border, button_width, height, "Next"); |