Fix webview resiz issue

This commit is contained in:
Vladimir Borisov 2021-07-28 10:33:30 +03:00
parent 27a19a95eb
commit 359c55fcc6

View file

@ -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 => {