egui icon indicating copy to clipboard operation
egui copied to clipboard

`egui::Slider` is missing `max_decimals_opt` but the method is present for `egui::DragValue`

Open polina4096 opened this issue 6 months ago • 0 comments

Is your feature request related to a problem? Please describe. Basically as the title says, I see no reason why there is no max_decimals_opt for egui::Slider.

Describe the solution you'd like Implement a max_decimals_opt for egui::Slider. Should be really simple, internally it is already stored as Option<usize>.

Describe alternatives you've considered No alternatives.

Additional context No context.

polina4096 avatar Aug 12 '24 10:08 polina4096