summaryrefslogtreecommitdiff
path: root/src/bindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings.cc')
-rw-r--r--src/bindings.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings.cc b/src/bindings.cc
index da3ff39b..943a9acc 100644
--- a/src/bindings.cc
+++ b/src/bindings.cc
@@ -425,6 +425,7 @@ void OBBindings::grabButtons(bool grab, OBClient *client)
mode = GrabModeSync; // this is handled in the plate's buttonPressHandler
break;
default:
+ // any other elements already get button events, don't grab on them
continue;
}
ButtonBindingList::iterator it, end = _buttons[i].end();