Skip to content

Commit ad6715a

Browse files
committed
removed unnecessary egui:: prefix
1 parent 6c9a5ce commit ad6715a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phichain-editor/src/tab/line_list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl LineList<'_> {
119119
ui.horizontal(|ui| {
120120
ui.add_space(level as f32 * 10.0);
121121

122-
let mut text = egui::RichText::new(&line.name);
122+
let mut text = RichText::new(&line.name);
123123
if selected {
124124
text = text.color(Color32::LIGHT_GREEN);
125125
}

0 commit comments

Comments
 (0)