| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-05-18 21:32:15 GMT-0700 |
| Commit | e5629d0aca57e0f00d3d23b43ccce786927359e0 |
| Parent | 1bf3a7c |
| Delta | 4 lines added, 0 lines removed, 4-line increase |
| mFactory.clearCache(); | ||
| } | ||
| + | ||
| + // Force update on the Swing EDT, otherwise the scrollbar and content | ||
| + // will not be updated correctly on some platforms. | ||
| + invokeLater( () -> getContent().repaint() ); | ||
| } | ||