bad patch
This commit is contained in:
parent
3c4a0e5fa9
commit
ab80aa4981
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ const Action * keytree::getAction(const XEvent &e, unsigned int state,
|
|||
act = (*it)->action;
|
||||
if (e.xkey.keycode == act->keycode() && state == act->modifierMask()) {
|
||||
if ( isLeaf(*it) ) {
|
||||
if (_current != _head)
|
||||
ungrabChildren(_current, scr);
|
||||
_current = _head;
|
||||
return act;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue