Rename gimp_display_shell_selection_layer_set_hidden() to set_layer_hidden()
This commit is contained in:
@ -299,7 +299,7 @@ gimp_display_shell_set_show_layer (GimpDisplayShell *shell,
|
||||
|
||||
g_object_set (options, "show-layer-boundary", show, NULL);
|
||||
|
||||
gimp_display_shell_selection_layer_set_hidden (shell, ! show);
|
||||
gimp_display_shell_selection_set_layer_hidden (shell, ! show);
|
||||
|
||||
appearance_set_action_active (shell, "view-show-layer-boundary", show);
|
||||
}
|
||||
|
Reference in New Issue
Block a user