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

Make sliders use floating point values #1773

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

InfinityGhost
Copy link

@InfinityGhost InfinityGhost commented Aug 16, 2020

This change makes the Slider control use floating point values for all platforms. It appears that only WinForms is the only platform that doesn't support floating point values on sliders (because its so primitive), which has been accommodated for.

Closes #1772

Affected, tested, and functioning as expected

  • Gtk
  • Gtk2
  • Gtk3
  • Mac
  • WPF
  • WinForms
  • WinRT
  • iOS

@InfinityGhost InfinityGhost marked this pull request as draft August 16, 2020 04:14
@cwensley
Copy link
Member

Hi @InfinityGhost, thanks for the PR it is really appreciated!

While I agree it would be nice if the sliders where floating point vs. integers, this change is an ABI breaking change so it will have to wait for v3.0 to get merged in.

@InfinityGhost
Copy link
Author

Is there an ETA on 3.0?

@cwensley
Copy link
Member

@InfinityGhost sorry, no definitive timeline is set for 3.0. Probably some time next year for its first official release as there's a lot of work to do.

@InfinityGhost InfinityGhost marked this pull request as ready for review November 4, 2020 20:44
@cwensley cwensley added this to the 3.0 milestone Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sliders use integer values instead of floating point values
2 participants