You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make it so that magic wand always selects at least 1 pixel.
This will allow drag adjustment to function despite hostile parameters that lead to no selection (such as low tolerance and high close gap).
The text was updated successfully, but these errors were encountered:
The fill area can end up empty due to erosion, e.g. because the user set
the selection to shrink or fill gaps. That's not sensible though, since
it just leads to nothing happening even though the user issued a fill
and prevents dragging the cursor to adjust the tolerance parameter. So
instead, we now always return at least the initial pixel filled,
appropriately masked by the selection.
Implements #1399.
This would make it so that magic wand always selects at least 1 pixel.
This will allow drag adjustment to function despite hostile parameters that lead to no selection (such as low tolerance and high close gap).
The text was updated successfully, but these errors were encountered: