Mercurial > dillo_port1.3
changeset 385:0e19c0214419
- Fixed the findbar's click to focus
author | jcid |
---|---|
date | Sat, 04 Oct 2008 17:08:19 +0200 |
parents | d33b55bb56c9 |
children | a8f7106d78ee |
files | src/findbar.cc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/findbar.cc Fri Oct 03 19:08:35 2008 +0200 +++ b/src/findbar.cc Sat Oct 04 17:08:19 2008 +0200 @@ -119,6 +119,7 @@ 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");