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
|
|
@ -137,7 +137,6 @@ features = [
|
|||
"NSApplication",
|
||||
"NSBitmapImageRep",
|
||||
"NSButton",
|
||||
"NSColor",
|
||||
"NSControl",
|
||||
"NSCursor",
|
||||
"NSDragging",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue