Sophie
Sophie
> My current "workaround" is to use the integrated GPU. Sorry to dredge up an old thread, but how do you use the integrated GPU? Is there a RUSTFLAGS or...
I've made PR #669 Which I *think* solves the issue?
Super hacky: ```C if (ev->type == SDL_MOUSEWHEEL) { printf("Scroll on %ld %lu\n", i, (unsigned long)time(NULL)); } ``` Shows that when scrolling in a window with a split view, there appears...
I'm not going to open a new PR just yet, but it looks like for a _real_ fix swapping: ```C // original if (ev->type == SDL_MOUSEWHEEL && !contains_Rect(rect_Root(root), coord_MouseWheelEvent(&ev->wheel))) ```...