mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
xcf: Set NDE filter visibility on load
The filter visibility setting was being loaded but not actually used to set a filter invisible.
This commit is contained in:
parent
027a52bcae
commit
ed1e8a62aa
1 changed files with 2 additions and 0 deletions
|
@ -1104,6 +1104,8 @@ xcf_load_add_effects (XcfInfo *info,
|
|||
|
||||
gimp_drawable_filter_layer_mask_freeze (filter);
|
||||
|
||||
gimp_filter_set_active (GIMP_FILTER (filter), data->is_visible);
|
||||
|
||||
g_object_unref (filter);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue