mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 20:11:58 +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();
|
.ok();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
E::OnResize | E::OnWindowMaximize => {
|
E::OnPaint => {
|
||||||
WebView::resize_to_window_bounds_and_show(self.controller.get(), handle.hwnd());
|
WebView::resize_to_window_bounds_and_show(self.controller.get(), handle.hwnd());
|
||||||
}
|
}
|
||||||
E::OnWindowMinimize => {
|
E::OnWindowMinimize => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue