eunue pushed a commit to branch master.

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

commit 52368bf463c2b5ea7b69e15a7e34b1ea13258ca1
Author: Jaeun Choi <jaeun12.c...@samsung.com>
Date:   Tue Aug 8 16:44:23 2017 +0900

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

diff --git a/src/bin/elementary/test_gesture_layer3.c 
b/src/bin/elementary/test_gesture_layer3.c
index 9d89ca921c..9608d614a4 100644
--- a/src/bin/elementary/test_gesture_layer3.c
+++ b/src/bin/elementary/test_gesture_layer3.c
@@ -217,7 +217,7 @@ pic_obj_keep_inframe(void *_po)
      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