-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backend
Description
Description
There seems to be a problem where if I have a window where:
- The window was created with
with_transparency(true);
- The window has a menu bar
- The window is full screen
...the menu bar seems to be translucent. Despite this, the menu bar is functional and upon pull down, the menus themselves are fine. This does not happen when the window is either not full screen, or not set with transparency.
Attached is a demonstration application that demonstrates this; just press X
to toggle full screen.
I created the menus using raw Win32 APIs to eliminate the possibility that the muda
crate could be doing something weird.
winit_transparency_bug_demo.zip
Windows version
Microsoft Windows [Version 10.0.19045.6093]
Winit version
0.30.11
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backend