From 440520c4b3946b52eb39ce18d1f6ccd5100d924a Mon Sep 17 00:00:00 2001 From: Ayush Date: Tue, 25 Jun 2013 19:08:43 +0530 Subject: [PATCH] SB Focus Ui fix to remove content Area when a touch happens Change-Id: I7fde21b14293e2516c65ae7c07519305e2198a41 Signed-off-by: Ayush --- src/ui/controls/FUiCtrl_SearchBar.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/controls/FUiCtrl_SearchBar.cpp b/src/ui/controls/FUiCtrl_SearchBar.cpp index 36ba19d..e67368a 100644 --- a/src/ui/controls/FUiCtrl_SearchBar.cpp +++ b/src/ui/controls/FUiCtrl_SearchBar.cpp @@ -1826,11 +1826,6 @@ _SearchBar::OnPreviewKeyPressed(const _Control &source, const _KeyInfo &keyInfo) return false; } - if (!__pEdit->IsSearchFieldFocused()) - { - return false; - } - _KeyCode keyCode = keyInfo.GetKeyCode(); switch (keyCode) -- 2.7.4