diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c index d63a92e65b..3004c265d8 100644 --- a/app/actions/filters-actions.c +++ b/app/actions/filters-actions.c @@ -704,6 +704,7 @@ filters_actions_update (GimpActionGroup *group, SET_SENSITIVE ("filters-tile-paper", writable); SET_SENSITIVE ("filters-tile-seamless", writable); SET_SENSITIVE ("filters-unsharp-mask", writable); + SET_SENSITIVE ("filters-value-propagate", writable); SET_SENSITIVE ("filters-video-degradation", writable); SET_SENSITIVE ("filters-vignette", writable); SET_SENSITIVE ("filters-waves", writable);