On Windows, fix icons specified on WindowBuilder not taking effect for windows created after the first one (#2530)

This commit is contained in:
Amr Bashir
2022-11-06 22:30:55 +02:00
committed by GitHub
parent 8669c2e8df
commit 50bbc85dc3
3 changed files with 8 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Windows, fix icons specified on `WindowBuilder` not taking effect for windows created after the first one.
- On Windows and macOS, add `Window::title` to query the current window title.
- On Windows, fix focusing menubar when pressing `Alt`.
- On MacOS, made `accepts_first_mouse` configurable.