mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-29 07:58:21 -04:00
fix: stack proportion miss reset when exit scroller stack
This commit is contained in:
parent
59ca7c0fc1
commit
df582bd47b
2 changed files with 2 additions and 1 deletions
|
|
@ -4665,6 +4665,7 @@ void exit_scroller_stack(Client *c) {
|
|||
|
||||
c->prev_in_stack = NULL;
|
||||
c->next_in_stack = NULL;
|
||||
c->stack_proportion = 0.0f;
|
||||
}
|
||||
|
||||
void setmaximizescreen(Client *c, int32_t maximizescreen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue