Skip to content

Add Slider::max_decimals_opt - #4953

Merged
emilk merged 1 commit into
emilk:masterfrom
bircni:patch02
Aug 26, 2024
Merged

emilk merged 1 commit into
emilk:masterfrom
bircni:patch02

Conversation

@bircni

@bircni bircni commented Aug 12, 2024

Copy link
Copy Markdown
Contributor

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
@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