Preserve with_maximized on windows (#1515)

This commit is contained in:
Yanchi Toth 2020-04-19 21:52:48 +02:00 committed by GitHub
parent 78a62ec547
commit aabe42d252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
- On Windows, fix `WindowBuilder::with_maximized` being ignored.
# 0.22.1 (2020-04-16)
- On X11, fix `ResumeTimeReached` being fired too early.