Skip to content
Commit ef638625 authored by Xuetian Weng's avatar Xuetian Weng Committed by Nate Graham
Browse files

Fix blur/contrast region not getting updated

There is a misunderstanding of current blur protocol in the previous fix.
The update{Blur/Contrast}Region is only triggered by setting a new blur
object, which essentially ignore update the future update of blur
region.

This tries to restore the old behavior, by always creating a new blur
object, but always make sure we destroy them when being replaced.

BUG: 456442
parent 0e502d80
Pipeline #204978 passed with stage
in 2 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment