mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Merge branch 'master' into cache_galley_lines
This commit is contained in:
@@ -21,7 +21,7 @@ pub fn adjust_colors(
|
||||
}
|
||||
|
||||
Shape::LineSegment { stroke, points: _ } => {
|
||||
adjust_color_mode(&mut stroke.color, adjust_color);
|
||||
adjust_color(&mut stroke.color);
|
||||
}
|
||||
|
||||
Shape::Path(PathShape {
|
||||
|
||||
Reference in New Issue
Block a user