From: RinaYou Date: Mon, 21 Aug 2017 08:52:07 +0000 (+0900) Subject: Fix the bug of Button's AutoRepeat X-Git-Tag: submit/trunk/20170823.075128~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88bde7e88860d00efe0c93f66618455e39a431f5;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Fix the bug of Button's AutoRepeat TASK=TCAPI-2642 Change-Id: I822c8884495e9ab8b3be01d91890b215b440def9 --- diff --git a/src/ElmSharp/ElmSharp/Button.cs b/src/ElmSharp/ElmSharp/Button.cs old mode 100644 new mode 100755 index 3ed6aa820..51a1fa79f --- a/src/ElmSharp/ElmSharp/Button.cs +++ b/src/ElmSharp/ElmSharp/Button.cs @@ -96,7 +96,7 @@ namespace ElmSharp { get { - return !Interop.Elementary.elm_button_autorepeat_get(RealHandle); + return Interop.Elementary.elm_button_autorepeat_get(RealHandle); } set {