[gimp] pdb: improve docs of gimp_context_set_diagonal_neighbors()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] pdb: improve docs of gimp_context_set_diagonal_neighbors()
- Date: Mon, 16 Apr 2018 23:17:46 +0000 (UTC)
commit 93f41b344c0b6af7561a9ff6aefc04ca168b7f3c
Author: Michael Natterer <mitch gimp org>
Date: Tue Apr 17 01:16:54 2018 +0200
pdb: improve docs of gimp_context_set_diagonal_neighbors()
app/pdb/context-cmds.c | 2 +-
libgimp/gimpcontext_pdb.c | 3 ++-
pdb/groups/context.pdb | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/context-cmds.c b/app/pdb/context-cmds.c
index 6c06597..9f32e42 100644
--- a/app/pdb/context-cmds.c
+++ b/app/pdb/context-cmds.c
@@ -5104,7 +5104,7 @@ register_context_procs (GimpPDB *pdb)
"gimp-context-set-diagonal-neighbors",
"Set the diagonal neighbors setting.",
"This procedure modifies the diagonal neighbors setting. If the
affected region of an operation is based on a seed point, like when doing a seed fill, then, when this
setting is TRUE, all eight neighbors of each pixel are considered when calculating the affected region; in
contrast, when this setting is FALSE, only the four orthogonal neighbors of each pixel are considered.\n"
- "This setting affects the following procedures:
'gimp-image-select-contiguous-color'.",
+ "This setting affects the following procedures:
'gimp-image-select-contiguous-color', 'gimp-drawable-edit-bucket-fill'.",
"Ell",
"Ell",
"2016",
diff --git a/libgimp/gimpcontext_pdb.c b/libgimp/gimpcontext_pdb.c
index 4cedbe0..1742966 100644
--- a/libgimp/gimpcontext_pdb.c
+++ b/libgimp/gimpcontext_pdb.c
@@ -2940,7 +2940,8 @@ gimp_context_get_diagonal_neighbors (void)
* region; in contrast, when this setting is FALSE, only the four
* orthogonal neighbors of each pixel are considered.
* This setting affects the following procedures:
- * gimp_image_select_contiguous_color().
+ * gimp_image_select_contiguous_color(),
+ * gimp_drawable_edit_bucket_fill().
*
* Returns: TRUE on success.
*
diff --git a/pdb/groups/context.pdb b/pdb/groups/context.pdb
index 0b883db..1230928 100644
--- a/pdb/groups/context.pdb
+++ b/pdb/groups/context.pdb
@@ -2567,7 +2567,7 @@ this setting is FALSE, only the four orthogonal neighbors of each pixel
are considered.
This setting affects the following procedures:
-gimp_image_select_contiguous_color().
+gimp_image_select_contiguous_color(), gimp_drawable_edit_bucket_fill().
HELP
$author = 'Ell';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]