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
Try and select a non-end point (i.e. the start or middle)
broken_gradient_selection.mp4
This is because in the (GradientToolFsmState::Drawing, GradientToolMessage::PointerUp) FSM transition, the SelectedGradient::new is called, which sets the selected point to the end one. A regression introduced by #1945.
The text was updated successfully, but these errors were encountered:
Reproduce:
broken_gradient_selection.mp4
This is because in the
(GradientToolFsmState::Drawing, GradientToolMessage::PointerUp)
FSM transition, theSelectedGradient::new
is called, which sets the selected point to the end one. A regression introduced by #1945.The text was updated successfully, but these errors were encountered: