Can I implement the solution to this problem myself easily? Or do I need to recompile something, more complicated?
Can I implement the solution to this problem myself easily? Or do I need to recompile something, more complicated?
gitlab.gnome.org window: Clear resize_cursor on leave notify events (!6090) · Merge requests · GNOME / gtk · GitLab
When the pointer leaves the window surface, gtk_window_capture_motion will not be called anymore, so priv->resize_cursor may remain non-NULL indefinitely without this. If update_cursor is later called...
Link Actions
The issue in the link already has a proposed solution (as far as I understand), but I don't understand how I can "use" that. Can I just copy-pasta the code? Or is it more complicated?