Skip to content
  • Michael Natterer's avatar
    Issue #2540 - block width / height slider of the pixelize filter don't... · 0a1ecdf4
    Michael Natterer authored
    ...have the same scaling
    
    gimp_prop_widget_new_from_pspec(): when restricting the scale to the
    actual op area for pixel-coordinate and pixel-distance properties,
    only use the max value in the axis direction for pixel-coordinate; for
    pixel-distance make sure we use the same value on both axes, simply
    use MAX (area.width, area.height).
    0a1ecdf4