mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
fix: none type open animaiton miss move animaiton
This commit is contained in:
parent
cd4013a5e0
commit
06f04eea62
1 changed files with 2 additions and 0 deletions
|
|
@ -753,6 +753,8 @@ void client_set_pending_state(Client *c) {
|
||||||
(!c->animation_type_open &&
|
(!c->animation_type_open &&
|
||||||
strcmp(animation_type_open, "none") == 0)) &&
|
strcmp(animation_type_open, "none") == 0)) &&
|
||||||
c->animation.action == OPEN) {
|
c->animation.action == OPEN) {
|
||||||
|
c->animation.action = MOVE;
|
||||||
|
c->is_pending_open_animation = false;
|
||||||
c->animation.should_animate = false;
|
c->animation.should_animate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue