Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Repaint Swing scrollbar upon moving JavaFX slider

AuthorDaveJarvis <email>
Date2021-05-18 21:32:15 GMT-0700
Commite5629d0aca57e0f00d3d23b43ccce786927359e0
Parent1bf3a7c
Delta4 lines added, 0 lines removed, 4-line increase
src/main/java/com/keenwrite/preview/HtmlPreview.java
mFactory.clearCache();
}
+
+ // Force update on the Swing EDT, otherwise the scrollbar and content
+ // will not be updated correctly on some platforms.
+ invokeLater( () -> getContent().repaint() );
}