mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Replace Stroke::none() with Stroke::NONE
This commit is contained in:
@@ -648,7 +648,7 @@ impl TextShape {
|
||||
Self {
|
||||
pos,
|
||||
galley,
|
||||
underline: Stroke::none(),
|
||||
underline: Stroke::NONE,
|
||||
override_text_color: None,
|
||||
angle: 0.0,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user