hg: openjfx/8/graphics/rt: Fix for RT-32868 when the cursor turns to text cursor, it never turns back. When we change the native cursor, we are missing a reset to the visibility (which gets set to false when we close the cursor). This was causing the code to reinitialize the cursor to get skipped. Reviewed by David Hill. Tested with HelloSanity.
hang.vo at oracle.com
hang.vo at oracle.com
Fri Sep 13 13:33:18 PDT 2013
Changeset: 96f0cb38d567
Author: Lisa.Selle at oracle.com
Date: 2013-09-13 16:26 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/96f0cb38d567
Fix for RT-32868 when the cursor turns to text cursor, it never turns back. When we change the native cursor, we are missing a reset to the visibility (which gets set to false when we close the cursor). This was causing the code to reinitialize the cursor to get skipped. Reviewed by David Hill. Tested with HelloSanity.
! modules/graphics/src/main/native-glass/lens/platform-util/omapCursor.c
More information about the openjfx-dev
mailing list