Skip to content

broadway: Correct handling of opaque colors

Alexander Larsson requested to merge alexl/gtk:broadway-alpha-colors into master

If alpha is 255, we use rgb() instead of rgba(), not if alpha is 0. This makes the title bar gradient go from fully transparent to blue rather than black to blue..

Merge request reports