aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-01-17 13:54:50 +0000
committercorvid <corvid@lavabit.com>2011-01-17 13:54:50 +0000
commitea91dbdec1b06589c64c19101a916bab3176c02a (patch)
treeace52bfb8cb6b1a006cf175a21ba9546ee43a5a6 /src
parent1fc564a687a312f9832cff0eebc4c45e6e234bfc (diff)
fix findbar input focusing
The documentation for clear_visible_focus all talks about the keyboard, but but Fl::focus must think that the mouse is an honorary part of the keyboard. Not that tab-to-focus is any horrible behavior for findbar's input anyway.
Diffstat (limited to 'src')
-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;