cord sync with private git
authorBumseung Cho <bumseung.cho@samsung.com>
Wed, 22 May 2013 04:59:06 +0000 (13:59 +0900)
committerBumseung Cho <bumseung.cho@samsung.com>
Wed, 22 May 2013 04:59:06 +0000 (13:59 +0900)
Change-Id: I864bcfa70edfc227e31e224b175d4f27c3b91e9b
Signed-off-by: Bumseung Cho <bumseung.cho@samsung.com>
src/ui/controls/FUiCtrl_CheckButton.cpp

index 7bb2a8e..7c53e19 100644 (file)
@@ -59,6 +59,10 @@ public:
        virtual bool OnAccessibilityValueDecreased(const _AccessibilityContainer& control, const _AccessibilityElement& element){return true;}
        virtual bool OnAccessibilityActionPerformed(const _AccessibilityContainer& control, const _AccessibilityElement& element)
        {
+               if (element.GetName() != L"CheckButtonText");
+               {
+                       return true;
+               }
                CheckButtonStyle style = __pCheckButton->GetCheckButtonStyle();
                if (style == CHECK_BUTTON_STYLE_MARK || style == CHECK_BUTTON_STYLE_MARK_WITH_DIVIDER || style == CHECK_BUTTON_STYLE_MARK_WITH_DETAILED_BUTTON)
                {