diff options
Diffstat (limited to 'src/findbar.cc')
-rw-r--r-- | src/findbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc index ea1c80f1..2045d2a0 100644 --- a/src/findbar.cc +++ b/src/findbar.cc @@ -89,7 +89,7 @@ void Findbar::search_cb2(Widget *widget, void *vfb) /* * Somehow fltk even regards the first loss of focus for the * window as a WHEN_ENTER_KEY_ALWAYS event. - */ + */ if (event_key() == ReturnKey) search_cb(widget, vfb); } |