summaryrefslogtreecommitdiff
path: root/src/gestures-rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures-rotate.c')
-rw-r--r--src/gestures-rotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gestures-rotate.c b/src/gestures-rotate.c
index dd95c32..03e8f3c 100644
--- a/src/gestures-rotate.c
+++ b/src/gestures-rotate.c
@@ -53,7 +53,7 @@ int gru_rotate(struct grail *ge,
53 struct combo_model *state = &gru->rotate; 53 struct combo_model *state = &gru->rotate;
54 struct move_model *move = &gru->move; 54 struct move_model *move = &gru->move;
55 int mask = state->active ? (move->active & fm_mask) : fm_mask; 55 int mask = state->active ? (move->active & fm_mask) : fm_mask;
56 if (!move->multi) { 56 if (!move->multi && !move->single) {
57 if (state->active) { 57 if (state->active) {
58 gru_end(ge, state->gid, move, 58 gru_end(ge, state->gid, move,
59 state->prop, state->nprop); 59 state->prop, state->nprop);