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

Fixed bug where high thumb & rangeBar missing #1415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qtran
Copy link

@qtran qtran commented Feb 3, 2022

Hi,
This PR fix a bug where the high thumb and range bar are missing in RangeSlider when you change the tick marks / labels visibility
I think the problem culprit is here:

private void setShowTickMarks(boolean ticksVisible, boolean labelsVisible) {

The method documentation says: "After this method, we must be sure to add the high Thumb and the rangeBar." but I don't see any code line which does that.
It worked fine with 8.40.16 though

@Maxoudela
Copy link
Collaborator

Can you open an issue in the tracker with a description of the bug so that this PR can be linked to it?

@qtran
Copy link
Author

qtran commented May 24, 2023

PR for issue #1499
Sorry better late than never

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants