diff options
author | jcid <devnull@localhost> | 2008-10-04 17:08:19 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-04 17:08:19 +0200 |
commit | 85985e7f7c76f9a8d4072cecf59803c51ea88a0d (patch) | |
tree | 59fb52582d27f94362ebbbdc092577125caf134b | |
parent | 79e103eb107e90a9ef862561b6e36f35ed7b92d8 (diff) |
- Fixed the findbar's click to focus
-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"); |