mirror of https://github.com/GNOME/gimp.git
Bug 768625: gimp-gradient-segment-range-move crashes...
...GIMP invoked with end-segment < 0 correct a typo
This commit is contained in:
parent
fede5ccba9
commit
23d5944ef8
|
@ -1853,7 +1853,7 @@ gimp_gradient_segment_range_move (GimpGradient *gradient,
|
|||
|
||||
gimp_data_freeze (GIMP_DATA (gradient));
|
||||
|
||||
if (! range_l)
|
||||
if (! range_r)
|
||||
range_r = gimp_gradient_segment_get_last (range_l);
|
||||
|
||||
/* First or last segments in gradient? */
|
||||
|
|
Loading…
Reference in New Issue