mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
fix: miss re-arrange after restore minimized window
This commit is contained in:
parent
ace0993662
commit
5270cabc31
1 changed files with 2 additions and 1 deletions
|
|
@ -406,7 +406,8 @@ void restore_minimized(const Arg *arg) {
|
|||
c->is_in_scratchpad = 0;
|
||||
c->isnamedscratchpad = 0;
|
||||
setborder_color(c);
|
||||
break;
|
||||
arrange(c->mon, false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue