hide the internal API.
2006-09-04 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-selection.[ch]: hide the internal API. * app/display/gimpdisplayshell-appearance.c * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell-handlers.c * app/display/gimpdisplayshell.[ch] * app/tools/gimpcolortool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpmovetool.c: changed accordingly. * app/config/gimpdisplayconfig.c * app/dialogs/preferences-dialog.c: increased the default marching ants speed.
This commit is contained in:

committed by
Sven Neumann

parent
969d40caf1
commit
3b92ec7406
@ -265,8 +265,7 @@ gimp_display_shell_set_show_selection (GimpDisplayShell *shell,
|
||||
|
||||
g_object_set (options, "show-selection", show, NULL);
|
||||
|
||||
if (shell->select)
|
||||
gimp_display_shell_selection_set_hidden (shell->select, ! show);
|
||||
gimp_display_shell_selection_set_hidden (shell, ! show);
|
||||
|
||||
SET_ACTIVE (shell->menubar_manager, "view-show-selection", show);
|
||||
|
||||
@ -294,8 +293,7 @@ gimp_display_shell_set_show_layer (GimpDisplayShell *shell,
|
||||
|
||||
g_object_set (options, "show-layer-boundary", show, NULL);
|
||||
|
||||
if (shell->select)
|
||||
gimp_display_shell_selection_layer_set_hidden (shell->select, ! show);
|
||||
gimp_display_shell_selection_layer_set_hidden (shell, ! show);
|
||||
|
||||
SET_ACTIVE (shell->menubar_manager, "view-show-layer-boundary", show);
|
||||
|
||||
|
Reference in New Issue
Block a user