mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 17:15:49 +00:00
Fix webview resiz issue
This commit is contained in:
parent
27a19a95eb
commit
359c55fcc6
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ impl PartialUi for WebView {
|
|||
.ok();
|
||||
}
|
||||
}
|
||||
E::OnResize | E::OnWindowMaximize => {
|
||||
E::OnPaint => {
|
||||
WebView::resize_to_window_bounds_and_show(self.controller.get(), handle.hwnd());
|
||||
}
|
||||
E::OnWindowMinimize => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue