mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-05 13:29:54 -05:00
fix: miss re-arrange after restore minimized window
This commit is contained in:
parent
d209b76205
commit
75c6a5846d
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