menu: ensure active window after iconfiy
This commit is contained in:
parent
f03abb164a
commit
a92efcd49f
1 changed files with 1 additions and 0 deletions
1
menu.c
1
menu.c
|
@ -331,6 +331,7 @@ void hide(Client* c) {
|
|||
}
|
||||
numhidden++;
|
||||
b3items[B3FIXED + numhidden] = 0;
|
||||
ensureactive();
|
||||
}
|
||||
|
||||
void unhide(int n, int map) {
|
||||
|
|
Loading…
Reference in a new issue