The GDK_RIGHT_PTR cursor is provided only by GTK - there's no native Windows cursor of this shape so GTK renders the cursor by itself from the cursor theme bitmap. The code doing this is apparently buggy and does not take into account HiDPI screens so on a screen with 300% scaling, the cursor is 3x smaller.

Workaround this by using GDK_HAND2 which maps to a native Windows cursor that doesn't suffer from this problem.

See https://sourceforge.net/p/scintilla/bugs/2460/


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/4204

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4204@github.com>