1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

window: populate live_resizing for Windows

refs: https://github.com/wez/wezterm/issues/1491
This commit is contained in:
Wez Furlong 2022-01-03 08:41:55 -07:00
parent 49904eac9c
commit 83052530d9

View File

@ -231,6 +231,7 @@ impl WindowInner {
} else {
WindowState::default()
},
live_resizing: self.in_size_move,
});
}