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:
Mads Marquart
2024-04-27 15:41:14 +02:00
committed by Kirill Chibisov
parent 61bd8172bd
commit cd6ec19300
4 changed files with 4 additions and 3 deletions

View File

@@ -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.