Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slider::max_decimals_opt #4953

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Add Slider::max_decimals_opt #4953

merged 1 commit into from
Aug 26, 2024

Conversation

bircni
Copy link
Contributor

@bircni bircni commented Aug 12, 2024

As mentioned in #4950 I added max_decimals_opt to the Slider

@bircni bircni marked this pull request as ready for review August 12, 2024 15:08
@emilk emilk added the egui label Aug 26, 2024
@emilk emilk changed the title Add max_decimals_opt to slider Add Slider::max_decimals_opt Aug 26, 2024
@emilk emilk merged commit 5a1ab9b into emilk:master Aug 26, 2024
20 checks passed
@bircni bircni deleted the patch02 branch August 26, 2024 15:10
486c pushed a commit to 486c/egui that referenced this pull request Oct 9, 2024
As mentioned in emilk#4950 I added `max_decimals_opt` to the Slider

* Closes <emilk#4950>
* [x] I have followed the instructions in the PR template
* [x] I ran the script in `scripts/check.sh`
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
As mentioned in emilk#4950 I added `max_decimals_opt` to the Slider

* Closes <emilk#4950>
* [x] I have followed the instructions in the PR template
* [x] I ran the script in `scripts/check.sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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