https://bugs.documentfoundation.org/show_bug.cgi?id=148481
--- Comment #2 from Caolán McNamara <[email protected]> --- this seems to date back to... commit cbbaf4fb45979785385932e4c5fa3523228eab69 Author: Kurosawa Takeshi <[email protected]> Date: Fri Feb 11 20:08:38 2011 +0900 Use GDK_HAND2 mouse cursor instead of GDK_HAND1 LibreOffice uses GDK_HAND1 for POINTER_REFHAND and GDK_HAND2 for POINTER_HAND. However there is not much difference between GDK_HAND1 and GDK_HAND2. GDK_HAND1 means "a right-pointing hand" and GDK_HAND2 means "a left-pointing hand". Since GDK_HAND2 is much more popular and some cursor themes don't contain cursor file for GDK_HAND1, we should use GDK_HAND2 for both POINTER_REFHAND and POINTER_HAND. -- You are receiving this mail because: You are the assignee for the bug.
