macOS: Fix re-enabling decorations after the window is built without them (#520)

Fixes #517
This commit is contained in:
Francesca Frangipane 2018-05-16 08:51:56 -04:00 committed by GitHub
parent d86f53a02c
commit 87fa120ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 11 deletions

View file

@ -8,6 +8,7 @@
- On X11, `Window::hidpi_factor` returns values from XRandR rather than the inaccurate values previously queried from the core protocol.
- On X11, the primary monitor is detected correctly even when using versions of XRandR less than 1.5.
- `MonitorId` now implements `Debug`.
- Fixed bug on macOS where using `with_decorations(false)` would cause `set_decorations(true)` to produce a transparent titlebar with no title.
# Version 0.14.0 (2018-05-09)