mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Replace Stroke::none() with Stroke::NONE
This commit is contained in:
@@ -1412,7 +1412,7 @@ impl Tessellator {
|
||||
}),
|
||||
);
|
||||
|
||||
if *underline != Stroke::none() {
|
||||
if *underline != Stroke::NONE {
|
||||
self.scratchpad_path.clear();
|
||||
self.scratchpad_path
|
||||
.add_line_segment([row_rect.left_bottom(), row_rect.right_bottom()]);
|
||||
|
||||
Reference in New Issue
Block a user