-
Notifications
You must be signed in to change notification settings - Fork 96
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
Csstudio 1338: ScaledSlider and Scrollbar Widgets Reflect Incorrect PV Value When Dragged Outside Limits #2385
Conversation
Something really strange going on here with the commits...taking a look |
The commits appear to be the ones about the font fixes that have already been applied.. |
…se release force update for scaledSlider
Hmm, I'm going to try pulling this all fresh, there's some changes that git diff should pick up on that aren't being picked up--never had this happen before! Either way, I still want to apply this work to the scrollbar widget as well anyway. |
Alright @kasemir this should be good to go. |
I think that's correct. The JFX listeners don't need to be removed because the complete JFX scene graph gets disposed when we remove the representation. |
This is where we added the listener removal: kasemir/org.csstudio.display.builder#479 |
Excellent, thanks! |
Fixes #2376