mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-13 13:29:55 -05:00
opt: allow tag animaiton when client switch tag
This commit is contained in:
parent
daa4860853
commit
0820e19210
2 changed files with 12 additions and 2 deletions
|
|
@ -772,6 +772,11 @@ void client_set_pending_state(Client *c) {
|
|||
c->animation.duration = 0;
|
||||
}
|
||||
|
||||
if (c->istagswitching) {
|
||||
c->animation.duration = 0;
|
||||
c->istagswitching = 0;
|
||||
}
|
||||
|
||||
// 开始动画
|
||||
client_commit(c);
|
||||
c->dirty = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue