aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc
index d02bc5d4..dd792833 100644
--- a/src/findbar.cc
+++ b/src/findbar.cc
@@ -132,7 +132,6 @@ Findbar::Findbar(int width, int height) :
i->color(206);
i->when(FL_WHEN_ENTER_KEY_ALWAYS);
i->callback(search_cb2, this);
- i->clear_visible_focus();
next_btn = new Fl_Button(x, border, button_width, height, "Next");
x += button_width + gap;