Disable menu translucent background when window has no alpha
Right now some menus are created before being polished, which causes them to have no alpha even if the menu opacity setting is bellow 100.
This patch sets the menu WA_TranslucentBackground to false if the window alphaBufferSize is not a valid value.
before: before
after: after
Not tested on Wayland.
Edited by Lucas Andrade