diff options
Diffstat (limited to 'src/gestures-pinch.c')
| -rw-r--r-- | src/gestures-pinch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gestures-pinch.c b/src/gestures-pinch.c index e022e8d..18772a0 100644 --- a/src/gestures-pinch.c +++ b/src/gestures-pinch.c | |||
| @@ -54,7 +54,7 @@ int gru_pinch(struct grail *ge, | |||
| 54 | struct combo_model *state = &gru->pinch; | 54 | struct combo_model *state = &gru->pinch; |
| 55 | struct move_model *move = &gru->move; | 55 | struct move_model *move = &gru->move; |
| 56 | int mask = state->active ? (move->active & fm_mask) : fm_mask; | 56 | int mask = state->active ? (move->active & fm_mask) : fm_mask; |
| 57 | if (!move->multi) { | 57 | if (!move->multi && !move->single) { |
| 58 | if (state->active) { | 58 | if (state->active) { |
| 59 | gru_end(ge, state->gid, move, | 59 | gru_end(ge, state->gid, move, |
| 60 | state->prop, state->nprop); | 60 | state->prop, state->nprop); |
