1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Replace Stroke::none() with Stroke::NONE

This commit is contained in:
Emil Ernerfeldt
2022-12-05 12:59:02 +01:00
parent df01db2df1
commit be6d23eed1
15 changed files with 30 additions and 28 deletions

View File

@@ -648,7 +648,7 @@ impl TextShape {
Self {
pos,
galley,
underline: Stroke::none(),
underline: Stroke::NONE,
override_text_color: None,
angle: 0.0,
}