bad patch
authorScott Moynes <smoynes@nexus.carleton.ca>
Tue, 6 Aug 2002 23:33:40 +0000 (23:33 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Tue, 6 Aug 2002 23:33:40 +0000 (23:33 +0000)
util/epist/keytree.cc

index 2649740..3f4b990 100644 (file)
@@ -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;
       }