mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
opt: tile state window not set WLR_EDGE_NONE when cancel maximize
This commit is contained in:
parent
0692135cd7
commit
f80e5656bf
1 changed files with 1 additions and 1 deletions
|
|
@ -4423,7 +4423,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