We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The slider calls a preference update on each drag. We should update the code to use the new API from fyne-io/fyne#3801 once we upgrade to Fyne v2.4.0.
Use the new API.
The text was updated successfully, but these errors were encountered:
Not needed. We need OnChanged to update the label.
OnChanged
Sorry, something went wrong.
Only write component change when drag ends
0939d62
Fixes #79
452843b
b02869b
7c09bcf
bb2d73e
No branches or pull requests
Checklist
Is your feature request related to a problem?
The slider calls a preference update on each drag. We should update the code to use the new API from fyne-io/fyne#3801 once we upgrade to Fyne v2.4.0.
Describe the solution you'd like to see.
Use the new API.
The text was updated successfully, but these errors were encountered: