We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7af0d5d + 366900c commit 42f882aCopy full SHA for 42f882a
crates/egui/src/widget_text.rs
@@ -22,7 +22,7 @@ use crate::{
22
/// RichText::new("colored").color(Color32::RED);
23
/// RichText::new("Large and underlined").size(20.0).underline();
24
/// ```
25
-#[derive(Clone, Default, PartialEq)]
+#[derive(Debug, Clone, Default, PartialEq)]
26
pub struct RichText {
27
text: String,
28
size: Option<f32>,
0 commit comments