mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: tile state window not set WLR_EDGE_NONE when cancel maximize
This commit is contained in:
parent
1cfa5885e7
commit
d80de39fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -4485,7 +4485,7 @@ void setmaxmizescreen(Client *c, int maxmizescreen) {
|
|||
set_size_per(c->mon, c);
|
||||
}
|
||||
|
||||
if (!c->ismaxmizescreen && !c->force_tile_state) {
|
||||
if (!c->ismaxmizescreen && !c->force_tile_state && c->isfloating) {
|
||||
client_set_tiled(c, WLR_EDGE_NONE);
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue