You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winit/src/changelog/unreleased.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,7 @@ changelog entry.
268
268
- On Windows, `Window::theme` will return the correct theme after setting it through `Window::set_theme`.
269
269
- On Windows, `Window::set_theme` will change the title bar color immediately now.
270
270
- On Windows 11, prevent incorrect shifting when dragging window onto a monitor with different DPI.
271
+
- On Windows, avoid returning `SurfaceResized` with size zero when an application is minimized. Let `Window::surface_size` return the pre-minimization window size even while minimized.
271
272
- On Web, device events are emitted regardless of cursor type.
272
273
- On Wayland, `axis_value120` scroll events now generate `MouseScrollDelta::LineDelta`
273
274
- On X11, mouse scroll button events no longer cause duplicated `WindowEvent::MouseWheel` events.
0 commit comments