From 88bde7e88860d00efe0c93f66618455e39a431f5 Mon Sep 17 00:00:00 2001 From: RinaYou Date: Mon, 21 Aug 2017 17:52:07 +0900 Subject: [PATCH] Fix the bug of Button's AutoRepeat TASK=TCAPI-2642 Change-Id: I822c8884495e9ab8b3be01d91890b215b440def9 --- src/ElmSharp/ElmSharp/Button.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/ElmSharp/ElmSharp/Button.cs diff --git a/src/ElmSharp/ElmSharp/Button.cs b/src/ElmSharp/ElmSharp/Button.cs old mode 100644 new mode 100755 index 3ed6aa8..51a1fa7 --- 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 { -- 2.7.4