mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-01 13:14:23 -04:00
opt: optimize size per set when setfloating
This commit is contained in:
parent
38f2ecf30b
commit
5a57198c1d
2 changed files with 2 additions and 1 deletions
|
|
@ -5684,6 +5684,7 @@ setfloating(Client *c, int32_t floating) {
|
|||
}
|
||||
|
||||
if (c->isfloating) {
|
||||
set_size_per(c->mon, c);
|
||||
client_raise_group_tab_bar(c);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue