test_gesture_layer: fix typo

This commit is contained in:
Jaeun Choi 2017-08-08 15:40:29 +09:00
parent 81f94ecada
commit a9fdcc4cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}