X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=util%2Fepist%2Fkeytree.cc;h=3f4b99069adb75c58d898a627ea937ec13dfff0e;hb=ab80aa4981c0cacd508f096a2d05929b6ef7c976;hp=2649740ed3744350470db2daffd5a000995ecb25;hpb=6d40002093a5d8e665d4f310ea028d22e93e88cb;p=chaz%2Fopenbox diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc index 2649740e..3f4b9906 100644 --- a/util/epist/keytree.cc +++ b/util/epist/keytree.cc @@ -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; }