From ac1f4483f34b3ee278fb246a5f915059e2a59104 Mon Sep 17 00:00:00 2001 From: Ayush Date: Thu, 26 Sep 2013 18:05:06 +0530 Subject: [PATCH] Fix for N_SE-53204 Change-Id: Ib48bb595bdffa87c3a11a1b4cefc7fab704b4262 Signed-off-by: Ayush --- src/ui/controls/FUiCtrl_SearchBar.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ui/controls/FUiCtrl_SearchBar.cpp b/src/ui/controls/FUiCtrl_SearchBar.cpp index 6667907..55c6b61 100644 --- a/src/ui/controls/FUiCtrl_SearchBar.cpp +++ b/src/ui/controls/FUiCtrl_SearchBar.cpp @@ -1563,6 +1563,16 @@ _SearchBar::OnBoundsChanged(void) { __pAccessibilitySearchBarElement->SetBounds(FloatRectangle(0.0f, 0.0f, GetBoundsF().width, GetBoundsF().height)); } + + if (IsFocused()) + { + RemoveFocusRing(true); + if (IsFocusModeStateEnabled()) + { + DrawFocus(); + } + } + return; } -- 2.7.4