Fix for Rectangle values for P130911-00904
authorAyush <ayush.sriv@samsung.com>
Thu, 12 Sep 2013 06:28:54 +0000 (11:58 +0530)
committerAyush <ayush.sriv@samsung.com>
Thu, 12 Sep 2013 06:28:54 +0000 (11:58 +0530)
Change-Id: Ia375245868f7150f0610503d2a7671eb110fd69a
Signed-off-by: Ayush <ayush.sriv@samsung.com>
src/ui/controls/FUiCtrl_SearchBarImpl.cpp

index 08a2c21..c79c27e 100644 (file)
@@ -132,6 +132,7 @@ _SearchBarImpl::CreateSearchBarImplN(SearchBar* pControl, const Rectangle& bound
        return pImpl;
 CATCH:
        delete pImpl;
+       SetLastResult(r);
        return null;
 }