app: fix prop-gui static range visibility

(cherry picked from commit c7599626f4)
This commit is contained in:
Ell
2020-06-03 10:10:46 +03:00
parent 28c7a813e8
commit c82b894cd3

View File

@ -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");