[gimp/gimp-2-10] app: in preferences dialog, add "show sample points" toggle



commit 5478f34b813520f0236b575d3daef0ecdbc62776
Author: Ell <ell_se yahoo com>
Date:   Wed Sep 4 15:01:43 2019 +0300

    app: in preferences dialog, add "show sample points" toggle
    
    ... to the default-appearance options.  It was previously missing.

 app/dialogs/preferences-dialog.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 53d2b9da1e..b50d6c24d8 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -969,6 +969,9 @@ prefs_display_options_frame_add (Gimp         *gimp,
   prefs_check_button_add (object, "show-grid",
                           _("Show gri_d"),
                           GTK_BOX (checks_vbox));
+  prefs_check_button_add (object, "show-sample-points",
+                          _("Show _sample points"),
+                          GTK_BOX (checks_vbox));
 
   checks_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2);
   gtk_box_pack_start (GTK_BOX (hbox), checks_vbox, TRUE, TRUE, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]