diff --git a/src/cycling.c b/src/cycling.c index ee4218e9..86bdb39c 100644 --- a/src/cycling.c +++ b/src/cycling.c @@ -247,6 +247,9 @@ StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next) XUngrabKeyboard(dpy, CurrentTime); } + if (swpanel) + wSwitchPanelDestroy(swpanel); + if (newFocused) { wRaiseFrame(newFocused->frame->core); CommitStacking(scr);