mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
Forgot a break
This commit is contained in:
@@ -578,6 +578,7 @@ scroll_event(double UNUSED xoffset, double yoffset, int flags) {
|
||||
window_for_momentum_scroll = w->id; break;
|
||||
case 2:
|
||||
if (window_for_momentum_scroll != w->id) return;
|
||||
break;
|
||||
case 3:
|
||||
window_for_momentum_scroll = 0; break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user