From c82b894cd3f0fdc504526508494b82addd7dbd51 Mon Sep 17 00:00:00 2001 From: Ell Date: Wed, 3 Jun 2020 10:10:46 +0300 Subject: [PATCH] app: fix prop-gui static range visibility (cherry picked from commit c7599626f4adfea8764b0608298942dae20a0d7f) --- app/propgui/gimppropgui-generic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/propgui/gimppropgui-generic.c b/app/propgui/gimppropgui-generic.c index 7245fe2912..117eac8e53 100644 --- a/app/propgui/gimppropgui-generic.c +++ b/app/propgui/gimppropgui-generic.c @@ -223,6 +223,7 @@ _gimp_prop_gui_new_generic (GObject *config, create_controller_func, creator, &label_str); + gtk_widget_show (spin_scale); range_label_str = gegl_param_spec_get_property_key (pspec, "range-label");