mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
libgimp: there was an "else" missing in the commit below
This commit is contained in:
parent
0d08a3c532
commit
76e82d5572
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ gimp_procedure_dialog_get_spin_scale (GimpProcedureDialog *dialog,
|
||||||
minimum = (gdouble) pspecint->minimum;
|
minimum = (gdouble) pspecint->minimum;
|
||||||
maximum = (gdouble) pspecint->maximum;
|
maximum = (gdouble) pspecint->maximum;
|
||||||
}
|
}
|
||||||
if (G_PARAM_SPEC_TYPE (pspec) == G_TYPE_PARAM_UINT)
|
else if (G_PARAM_SPEC_TYPE (pspec) == G_TYPE_PARAM_UINT)
|
||||||
{
|
{
|
||||||
GParamSpecUInt *pspecuint = (GParamSpecUInt *) pspec;
|
GParamSpecUInt *pspecuint = (GParamSpecUInt *) pspec;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue