add comment
This commit is contained in:
parent
1c8090fa67
commit
7071b1f094
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ void OBBindings::grabButtons(bool grab, OBClient *client)
|
||||||
mode = GrabModeSync; // this is handled in the plate's buttonPressHandler
|
mode = GrabModeSync; // this is handled in the plate's buttonPressHandler
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
// any other elements already get button events, don't grab on them
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
ButtonBindingList::iterator it, end = _buttons[i].end();
|
ButtonBindingList::iterator it, end = _buttons[i].end();
|
||||||
|
|
Loading…
Reference in a new issue