diff options
| -rw-r--r-- | plugins/unityshell/src/DashView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/DashView.cpp b/plugins/unityshell/src/DashView.cpp index af134d122..65548ec62 100644 --- a/plugins/unityshell/src/DashView.cpp +++ b/plugins/unityshell/src/DashView.cpp @@ -943,7 +943,7 @@ Area* DashView::FindKeyFocusArea(unsigned int key_symbol, { return this; } - else if (direction == KEY_NAV_NONE) + else if (direction == KEY_NAV_NONE || search_bar_->im_active) { // then send the event to the search entry return search_bar_->text_entry(); |
