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

Fix wrapped text scrollbar flicker #113

Merged
merged 1 commit into from Nov 7, 2022

Conversation

Jugen
Copy link
Contributor

@Jugen Jugen commented Oct 14, 2022

Fixes FXMisc/RichTextFX#1141 Wrapped text causes screen and scrollbar flickering,
Fixes FXMisc/RichTextFX#1136 How to scroll two CodeAreas simultaneously

Also readdresses #43 (and FXMisc/RichTextFX#535) Bidirectional binding of length properties does not update both values correctly.

Changed averageLengthEstimate and totalLengthEstimate calculation process to avoid intermediary updates during cell refresh.

Changed averageLengthEstimate and totalLengthEstimate calculation process to avoid intermediary updates during cell refresh.

Fixed ScaledVirtualized rounding.
@Jugen Jugen force-pushed the fix-wrapped-text-scrollbar-flicker branch from 39a585a to 35e0e7a Compare October 31, 2022 17:40
@Jugen Jugen merged commit 80c0fe9 into master Nov 7, 2022
@Jugen Jugen deleted the fix-wrapped-text-scrollbar-flicker branch November 7, 2022 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment