Fix the bug of Button's AutoRepeat 06/145106/1
authorRinaYou <rina6350.you@samsung.com>
Mon, 21 Aug 2017 08:52:07 +0000 (17:52 +0900)
committerRinaYou <rina6350.you@samsung.com>
Mon, 21 Aug 2017 08:53:36 +0000 (17:53 +0900)
TASK=TCAPI-2642

Change-Id: I822c8884495e9ab8b3be01d91890b215b440def9

src/ElmSharp/ElmSharp/Button.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3ed6aa8..51a1fa7
@@ -96,7 +96,7 @@ namespace ElmSharp
         {
             get
             {
-                return !Interop.Elementary.elm_button_autorepeat_get(RealHandle);
+                return Interop.Elementary.elm_button_autorepeat_get(RealHandle);
             }
             set
             {