| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-06-22 20:18:48 GMT-0700 |
| Commit | 25f9cfcc1893710289817966e4c976de4eaef99b |
| Parent | 77755b2 |
| Delta | 6 lines added, 0 lines removed, 6-line increase |
|---|
| } | ||
| + /** | ||
| + * Scrolls the preview scrollbar relative to the edit scrollbar. Algorithm | ||
| + * is based on Karl Tauber's ratio calculation. | ||
| + * | ||
| + * @param event Unused; either {@link MouseEvent} or {@link ScrollEvent} | ||
| + */ | ||
| @Override | ||
| public void handle( final Event event ) { |