Skip to content

Commit 33c67a5

Browse files
fix
1 parent 3dfaf03 commit 33c67a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/src/messages/tool/tool_messages/shape_tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ impl Fsm for ShapeToolFsmState {
830830

831831
match tool_data.current_shape {
832832
ShapeType::Polygon | ShapeType::Star | ShapeType::Circle | ShapeType::Arc | ShapeType::Spiral | ShapeType::Grid | ShapeType::Rectangle | ShapeType::Ellipse => {
833-
tool_data.data.start(document, input, viewport)
833+
tool_data.data.start(document, input, viewport);
834834
}
835835
ShapeType::Arrow | ShapeType::Line => {
836836
let point = SnapCandidatePoint::handle(document.metadata().document_to_viewport.inverse().transform_point2(input.mouse.position));

0 commit comments

Comments
 (0)