mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

Combining Shift+Up/Down (or Home/End or Page Up/Page Down) with shift-clicking had very odd results due to that they used separate variables to decide where to extend from (and even when only one was used they were handled incorrectly in some cases). Closes #1311. Originally committed to SVN as r6355.
* To be written.