mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +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;
|
window_for_momentum_scroll = w->id; break;
|
||||||
case 2:
|
case 2:
|
||||||
if (window_for_momentum_scroll != w->id) return;
|
if (window_for_momentum_scroll != w->id) return;
|
||||||
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
window_for_momentum_scroll = 0; break;
|
window_for_momentum_scroll = 0; break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user