| | |
|------------------|-------------------------------|
| Operating System | macOS v10.14.6 |
| Rust Version | rustc 1.38.0 (625451e37 2019-09-23) |
Things work as expected in v0.3.0 and break in v0.4.0 and master.
When full-screened, I no longer see the title bar or decorations. Also, placing the cursor near the top of the screen for a couple of seconds shifts window contents down, but no longer shows the macOS menu bar.
This may be unrelated, but I'm also noticing 'jitteryness' on certain actions, such as ctrl+L (ClearLogNotice).
Window settings are:
window:
padding:
x: 2
y: 2
dynamic_padding: false
decorations: full
startup_mode: windowed
I believe this is due to https://github.com/rust-windowing/winit/issues/1195.
Most helpful comment
I believe this is due to https://github.com/rust-windowing/winit/issues/1195.