Removing focus ring for scrollpanel.
authorsriram.k <sriram.k@samsung.com>
Thu, 11 Jul 2013 08:15:06 +0000 (13:45 +0530)
committersriram.k <sriram.k@samsung.com>
Thu, 11 Jul 2013 08:15:06 +0000 (13:45 +0530)
Signed-off-by: sriram.k <sriram.k@samsung.com>
Change-Id: I4872f52b3f8168701925c93cd38646e9ddd5621d

src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp

index 77ba40b..58c6af7 100644 (file)
@@ -329,6 +329,7 @@ _ProgressPopupPresenter::SetTextObject(void)
                SysTryCatch(NID_UI_CTRL, __pScrollPanel != null, , E_OUT_OF_MEMORY, "[E_SYSTEM] Failed to create the scroll.");
 
                __pScrollPanel->SetBounds(__textBounds);
+               __pScrollPanel->SetFocusable(false);
                __pScrollPanel->AttachChild(*__pLabel);
                __pProgressPopup->AttachChild(*__pScrollPanel);
        }