mirror of https://github.com/GNOME/gimp.git
Connect to "lock-content-changed" of all items, not "lock-alpha-changed"
This commit is contained in:
parent
d84e48a82f
commit
c68f82f4ae
|
@ -812,7 +812,7 @@ gimp_item_tree_view_set_container (GimpContainerView *view,
|
|||
view);
|
||||
|
||||
item_view->priv->lock_content_changed_handler =
|
||||
gimp_tree_handler_connect (container, "lock-alpha-changed",
|
||||
gimp_tree_handler_connect (container, "lock-content-changed",
|
||||
G_CALLBACK (gimp_item_tree_view_lock_content_changed),
|
||||
view);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue