diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2017-08-08 16:44:23 +0900 |
---|---|---|
committer | Jaeun Choi <jaeun12.choi@samsung.com> | 2017-08-08 16:44:23 +0900 |
commit | 52368bf463c2b5ea7b69e15a7e34b1ea13258ca1 (patch) | |
tree | 36d3c184ce5db29e2b1891390c1f7028c4d27a03 /src | |
parent | a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45 (diff) | |
download | efl-52368bf463c2b5ea7b69e15a7e34b1ea13258ca1.tar.gz |
test_gesture_layer3: fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/elementary/test_gesture_layer3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |