Skip to content

Disable menu translucent background when window has no alpha

Lucas Andrade requested to merge landrade/breeze:fixed-menus into master

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.

BUG: 399680

Edited by Lucas Andrade

Merge request reports