mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-03 07:15:44 -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->is_in_scratchpad = 0;
|
||||||
c->isnamedscratchpad = 0;
|
c->isnamedscratchpad = 0;
|
||||||
setborder_color(c);
|
setborder_color(c);
|
||||||
break;
|
arrange(c->mon, false);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue