Changeset: 96f0cb38d567 Author: [email protected] 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
