Skip to content

Commit

Permalink
Update style.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Sep 7, 2024
1 parent d7e0ce9 commit 89824d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/egui/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ impl Default for TextCursorStyle {
}
}

/// Defines the style and behavior of a TextEdit component.
#[derive(Clone, Debug, PartialEq)]
/// Defines the style and behavior of a `TextEdit`.
#[derive(Clone, Debug)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
#[cfg_attr(feature = "serde", serde(default))]
pub struct TextEditStyle {
Expand Down

0 comments on commit 89824d5

Please sign in to comment.