eunue pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45

commit a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45
Author: Jaeun Choi <jaeun12.c...@samsung.com>
Date:   Tue Aug 8 15:40:29 2017 +0900

    test_gesture_layer: fix typo
---
 src/bin/elementary/test_gesture_layer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/elementary/test_gesture_layer.c 
b/src/bin/elementary/test_gesture_layer.c
index 5f75e6f32e..0a7bdc29d1 100644
--- a/src/bin/elementary/test_gesture_layer.c
+++ b/src/bin/elementary/test_gesture_layer.c
@@ -256,7 +256,7 @@ momentum_end(void *_po, void *event_info)
            po->bx = 480 - (po->bw / 2);
 
         if (my < 0)
-           po->by = 0 - (po->bw / 2);
+           po->by = 0 - (po->bh / 2);
         else if (my > 800)
            po->by = 800 - (po->bh / 2);
      }

-- 


Reply via email to