Skip to content

Fix wrapped text scrollbar flicker#113

Merged
Jugen merged 1 commit intomasterfrom
fix-wrapped-text-scrollbar-flicker
Nov 7, 2022
Merged

Fix wrapped text scrollbar flicker#113
Jugen merged 1 commit intomasterfrom
fix-wrapped-text-scrollbar-flicker

Conversation

@Jugen
Copy link
Copy Markdown
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
@Jugen Jugen mentioned this pull request Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment