Skip to content

Change ContrastEffect check to AdaptiveTransparency in A.T. check

This single line change fixes an issue where Contrastless Plasma Styles couldn't use Adaptive Transparency. For some reason it was mapped to checking for ContrastEffect instead of if AdaptiveTransparency was enabled...?

All this does is changes the check, for ContrastEffect being enabled in the Plasma Style to instead check if AdaptiveTransparency is enabled in the Plasma Style, for determining if Adaptive Transparency should be available.

BUG 434200

Easiest way to test this is by making a Breeze clone with ContrastEffect disabled and AdaptiveTransparency enabled.

Edited by Dominic Hayes

Merge request reports