X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.cc;h=a67b0a37ec0ed7c62070170c6d26ad135099cd75;hb=b81dbf9af620472ac5661a6a778f92a646184ce8;hp=f0fb79eadae81a8248f5b5e4a4533b06f0a222dc;hpb=0116e2c4492f18a6b04b5ccf69bf9fd4e9abea7c;p=chaz%2Fopenbox diff --git a/util/epist/screen.cc b/util/epist/screen.cc index f0fb79ea..a67b0a37 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -392,6 +392,7 @@ void screen::handleKeyrelease(const XEvent &) { _clients.remove(w); _clients.push_front(w); + _active = _clients.begin(); w->raise(); _cycling = false;