Skip to content

Commit 42f882a

Browse files
authored
Merge branch 'emilk:master' into patch9
2 parents 7af0d5d + 366900c commit 42f882a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/egui/src/widget_text.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::{
2222
/// RichText::new("colored").color(Color32::RED);
2323
/// RichText::new("Large and underlined").size(20.0).underline();
2424
/// ```
25-
#[derive(Clone, Default, PartialEq)]
25+
#[derive(Debug, Clone, Default, PartialEq)]
2626
pub struct RichText {
2727
text: String,
2828
size: Option<f32>,

0 commit comments

Comments
 (0)