diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2017-08-08 15:40:29 +0900 |
---|---|---|
committer | Jaeun Choi <jaeun12.choi@samsung.com> | 2017-08-08 15:41:18 +0900 |
commit | a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45 (patch) | |
tree | 351f811cf638a875b80736a06ce235e7cc8b7b93 /src/bin | |
parent | 81f94ecadac8129da7dbbe5608e26c7207c7ee4a (diff) | |
download | efl-a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45.tar.gz |
test_gesture_layer: fix typo
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/elementary/test_gesture_layer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |