Fix regression with inability to drag segments using the Path tool's segment mode (#2850)
Fix segment dragging
This commit is contained in:
parent
13ad814639
commit
912e6f61a9
|
|
@ -1701,9 +1701,9 @@ impl Fsm for PathToolFsmState {
|
||||||
break_molding,
|
break_molding,
|
||||||
tool_data.temporary_adjacent_handles_while_molding,
|
tool_data.temporary_adjacent_handles_while_molding,
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
return PathToolFsmState::Dragging(tool_data.dragging_state);
|
return PathToolFsmState::Dragging(tool_data.dragging_state);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let anchor_and_handle_toggled = input.keyboard.get(move_anchor_with_handles as usize);
|
let anchor_and_handle_toggled = input.keyboard.get(move_anchor_with_handles as usize);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue