Dave Jarvis' Repositories

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

Updated source comments

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
src/main/java/com/scrivenvar/ScrollEventHandler.java
}
+ /**
+ * 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 ) {