mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
53fc926b1c
The condition should be: dpi-changed && (close-enough-stuff) but was (dpi-changed && (some-close-enough-stuff)) || (other-close-enough-stuff). The net result was toggling non-native full screen on macos could falsely try to do scale change handling even though the dpi was unchanged, because the window resized by only a couple of pixels. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |