Forgot a break

This commit is contained in:
Kovid Goyal 2018-12-27 08:02:24 +05:30
parent 318c5bca67
commit 7b2ecb0498
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: