Updating Kludgine

This commit is contained in:
Jonathan Johnson 2023-12-15 14:00:19 -08:00
parent b4caa38b83
commit 10d3ef401f
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
2 changed files with 1 additions and 3 deletions

View file

@ -98,7 +98,6 @@ where
context.gfx.draw_shape(
Shape::stroked_circle(
radius - stroke_options.line_width / 2,
color,
kludgine::Origin::Center,
stroke_options.colored(color),
)

View file

@ -272,9 +272,8 @@ where
context.gfx.draw_shape(
Shape::stroked_circle(
spec.half_knob,
focus_color,
Origin::Center,
StrokeOptions::px_wide(focus_ring_width),
StrokeOptions::px_wide(focus_ring_width).colored(focus_color),
)
.translate_by(knob_center),
);