Skip to content

Issue #11404: Deleting effects now deletes the selected effect instead of the topmost effect

The line of code view->priv->effects_filter = NULL; sets the effects_filter to NULL, causing the else condition to trigger when the delete button is clicked again. So removing this line stopped this from happening.

Merge request reports