feat: show progress on background arc

feat: display tooltip showing current value
This commit is contained in:
2025-07-16 01:27:48 +03:00
parent 05b9eb1df9
commit c2a1d57a60
2 changed files with 36 additions and 1 deletions

View File

@@ -72,7 +72,8 @@ impl eframe::App for KnobExample {
.with_font_size(14.0)
.with_stroke_width(3.0)
.with_step(0.1)
.with_background_arc(false),
.with_background_arc(false)
.with_show_filled_segments(false)
);
ui.add(