shell: Unset resizing state properly
This commit is contained in:
parent
a204197e6d
commit
01c69cb7ea
1 changed files with 1 additions and 0 deletions
|
|
@ -2928,6 +2928,7 @@ impl Shell {
|
|||
|
||||
let mut resize_state = mapped.resize_state.lock().unwrap();
|
||||
if let Some(ResizeState::Resizing(data)) = *resize_state {
|
||||
mapped.set_resizing(false);
|
||||
*resize_state = Some(ResizeState::WaitingForCommit(data));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue