diff options
author | jcid <devnull@localhost> | 2008-09-04 23:42:30 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-04 23:42:30 +0200 |
commit | 994af550781a1756b1bee6225c01ff0f12219d14 (patch) | |
tree | 35ee84a6f490d7a3b7eaf7e4ba84787ca46c71d2 /src | |
parent | d7622ddee448f5955df8daff6d0f27a43056f183 (diff) |
- minor focus handling change to the findbar.
Diffstat (limited to 'src')
-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 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; |