mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-25 01:40:24 -05: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->prev_in_stack = NULL;
|
||||||
c->next_in_stack = NULL;
|
c->next_in_stack = NULL;
|
||||||
|
c->stack_proportion = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setmaximizescreen(Client *c, int32_t maximizescreen) {
|
void setmaximizescreen(Client *c, int32_t maximizescreen) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue