summaryrefslogtreecommitdiff
path: root/src/findbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/findbar.cc')
-rw-r--r--src/findbar.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/findbar.cc b/src/findbar.cc
index 4d95c431..0807a4fa 100644
--- a/src/findbar.cc
+++ b/src/findbar.cc
@@ -103,6 +103,7 @@ Findbar::Findbar(int width, int height, UI *ui) :
hidebutton->tooltip("Hide");
x += 16 + gap;
hidebutton->callback(hide_cb, this);
+ hidebutton->clear_tab_to_focus();
i = new MyInput(x, border, input_width, height);
x += input_width + gap;