You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.