We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2c4fe commit 0c7b5cdCopy full SHA for 0c7b5cd
1 file changed
desktop/src/cef/context/singlethreaded.rs
@@ -29,9 +29,8 @@ impl CefContext for SingleThreadedCefContext {
29
host.set_zoom_level(view_info.zoom());
30
host.was_resized();
31
32
- // Fix for CEF not updating the view after resize on windows and mac
+ // Fix for CEF not updating the view after resize
33
// TODO: remove once https://github.com/chromiumembedded/cef/issues/3822 is fixed
34
- #[cfg(any(target_os = "windows", target_os = "macos"))]
35
host.invalidate(cef::PaintElementType::default());
36
}
37
0 commit comments