mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
feat: show progress on background arc
feat: display tooltip showing current value
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user