[gimp] app: forgot to remove comment in color_area_color_clicked()



commit 97b1200b3831780939ff5201bc6f0a03290f308b
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 27 14:53:14 2019 +0200

    app: forgot to remove comment in color_area_color_clicked()

 app/widgets/gimptoolbox-color-area.c | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/app/widgets/gimptoolbox-color-area.c b/app/widgets/gimptoolbox-color-area.c
index b909bc7f40..befe550ba3 100644
--- a/app/widgets/gimptoolbox-color-area.c
+++ b/app/widgets/gimptoolbox-color-area.c
@@ -249,18 +249,6 @@ color_area_color_clicked (GimpFgBgEditor  *editor,
     }
   else if (! gtk_widget_get_visible (color_dialog))
     {
-      /*  See https://gitlab.gnome.org/GNOME/gimp/issues/1093
-       *
-       *  We correctly position all newly created dialog via
-       *  gimp_dialog_factory_add_dialog(), but the color dialog is
-       *  special, it's never destroyed but created only once per
-       *  session. On re-showing, whatever window managing magic kicks
-       *  in and the dialog sometimes goes where it shouldn't.
-       *
-       *  The code below belongs into GimpDialogFactory, perhaps a new
-       *  function gimp_dialog_factory_position_dialog() and does the
-       *  same positioning logic as add_dialog().
-       */
       gimp_dialog_factory_position_dialog (gimp_dialog_factory_get_singleton (),
                                            "gimp-toolbox-color-dialog",
                                            color_dialog,


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