Skip to content

Commit

Permalink
minor_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0SlowPoke0 authored and Keavon committed Jan 13, 2025
1 parent b431683 commit e416ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor/src/messages/tool/tool_messages/select_tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ pub enum SelectToolMessage {
PointerOutsideViewport(SelectToolPointerKeys),
SelectOptions(SelectOptionsUpdate),
SetPivot { position: PivotPosition },
RestoreSelection,
}

impl ToolMetadata for SelectTool {
Expand Down Expand Up @@ -231,7 +230,6 @@ impl<'a> MessageHandler<ToolMessage, &mut ToolActionHandlerData<'a>> for SelectT

let additional = match self.fsm_state {
SelectToolFsmState::Ready { .. } => actions!(SelectToolMessageDiscriminant; DragStart),
SelectToolFsmState::DrawingBox { .. } => actions!(SelectToolMessageDiscriminant;RestoreSelection,DragStop),
_ => actions!(SelectToolMessageDiscriminant; DragStop),
};
common.extend(additional);
Expand Down

0 comments on commit e416ccb

Please sign in to comment.