Skip to content

Commit

Permalink
Update masonry/src/event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McNab <[email protected]>
  • Loading branch information
PoignardAzur and DJMcNab authored Jan 16, 2025
1 parent 401f658 commit b9ffdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonry/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ impl TextEvent {
Self::Ime(Ime::Preedit(s, _)) if s.is_empty() => "Ime::Preedit(\"\")",
Self::Ime(Ime::Preedit(_, _)) => "Ime::Preedit(\"...\")",
Self::ModifierChange(_) => "ModifierChange",
Self::WindowFocusChange(_) => "FocusChange",
Self::WindowFocusChange(_) => "WindowFocusChange",
}
}

Expand Down

0 comments on commit b9ffdac

Please sign in to comment.