Don't set the background color when initializing with transparency (#3657)
Setting the background color changes how the window title bar appears, which is something that the application should customize itself if it wants this behaviour (and also, it wasn't set when calling `set_transparent`, so the behaviour wasn't consistent).
This commit is contained in:
parent
0fc8c37721
commit
94664ff687
4 changed files with 4 additions and 3 deletions
|
|
@ -260,3 +260,4 @@ changelog entry.
|
|||
- On Wayland, fix decoration glitch on close with some compositors.
|
||||
- On Android, fix a regression introduced in #2748 to allow volume key events to be received again.
|
||||
- On Windows, don't return a valid window handle outside of the GUI thread.
|
||||
- On macOS, don't set the background color when initializing a window with transparency.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue