all repos — openbox @ ab80aa4981c0cacd508f096a2d05929b6ef7c976

openbox fork - make it a bit more like ryudo

bad patch
Scott Moynes smoynes@nexus.carleton.ca
commit

ab80aa4981c0cacd508f096a2d05929b6ef7c976

parent

3c4a0e5fa9fb69ad0d6c152e8d20607852fca04e

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M util/epist/keytree.ccutil/epist/keytree.cc

@@ -83,8 +83,6 @@ for (it = _current->children.begin(); it != end; ++it) {

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; }