app: fix prop-gui static range visibility

This commit is contained in:
Ell 2020-06-03 10:10:46 +03:00
parent 4492f61df4
commit c7599626f4
1 changed files with 1 additions and 0 deletions

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